Html Css Color HEX #36AFAF Light Sea Green

📋 copy color: '#36AFAF'

red 54 ◦ green 175 ◦ blue 175

#36AFAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #36AFAF

Tints of Light Sea Green #36AFAF

RGB

 RED value IS 54 (21.48% from 255) = 13.37%

 GREEN value IS 175 (68.75% from 255) = 43.32%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 13.37%
G = 43.32%
B = 43.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#36AFAF (or 0x36AFAF) is known color: Light Sea Green. HEX triplet: 36, AF and AF. RGB value is (54,175,175). Sum of RGB (Red+Green+Blue) = 54+175+175=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #36AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AFAF is #C95050. Grayscale: #8A8A8A. Windows color (decimal): -13193297 or 11513654. OLE color: 11513654.

HSL color Cylindrical-coordinate representation of color #36AFAF: hue angle of 180º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AFAF is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 175 175 -
CMYK 0.69 0 0 0.31
HSL 180º 0.53% 0.45% -
HSV(B) 180º 0.69% 0.69% -
XYZ 24.59 34.54 45.93 -
YUV 138.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 54 175 175 0.69 0 0 0.31 180 0.53 0.45
Hex 36 AF AF 45 0 0 1F B4 35 2D
Octal 66 257 257 105 0 0 37 264 65 55
Binary 110110 10101111 10101111 1000101 0 0 11111 10110100 110101 101101

Color Harmonies of #36AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AFAF

Black with #36AFAF

Text Example


Text Example

White with #36AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36AFAF; }

 p { color: rgb(54,175,175); }

 H1.HeaderClassName
 {
   color: #36AFAF;
 }
 .AnyTagClassName
 {
   color: #36AFAF;
 }
</style>

background-color css

<style>
 a { background-color: #36AFAF; }

 a { background-color: rgb(54,175,175); }

 div.DivClassName
 {
   background-color: #36AFAF;
 }
 .BgClassName
 {
   background-color: #36AFAF;
 }
</style>

border-color css

<style>
 span { border-color: #36AFAF; }

 span { border-color: rgb(54,175,175); }

 td.TdClassName
 {
   border-color: #36AFAF;
 }
 .TagClassName
 {
   border-color: #36AFAF;
 }
</style>