Html Css Color HEX #27A8AA Light Sea Green

📋 copy color: '#27A8AA'

red 39 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #27A8AA

Tints of Light Sea Green #27A8AA

RGB

 RED value IS 39 (15.63% from 255) = 10.34%

 GREEN value IS 168 (66.02% from 255) = 44.56%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 10.34%
G = 44.56%
B = 45.09%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#27A8AA (or 0x27A8AA) is known color: Light Sea Green. HEX triplet: 27, A8 and AA. RGB value is (39,168,170). Sum of RGB (Red+Green+Blue) = 39+168+170=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #27A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A8AA is #D85755. Grayscale: #818181. Windows color (decimal): -14178134 or 11184167. OLE color: 11184167.

HSL color Cylindrical-coordinate representation of color #27A8AA: hue angle of 180.92º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A8AA is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 168 170 -
CMYK 0.77 0.01 0 0.33
HSL 180.92º 0.63% 0.41% -
HSV(B) 180.92º 0.77% 0.67% -
XYZ 22.1 31.34 42.91 -
YUV 129.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 39 168 170 0.77 0.01 0 0.33 180.92 0.63 0.41
Hex 27 A8 AA 4D 1 0 21 B5 3F 29
Octal 47 250 252 115 1 0 41 265 77 51
Binary 100111 10101000 10101010 1001101 1 0 100001 10110101 111111 101001

Color Harmonies of #27A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A8AA

Black with #27A8AA

Text Example


Text Example

White with #27A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27A8AA; }

 p { color: rgb(39,168,170); }

 H1.HeaderClassName
 {
   color: #27A8AA;
 }
 .AnyTagClassName
 {
   color: #27A8AA;
 }
</style>

background-color css

<style>
 a { background-color: #27A8AA; }

 a { background-color: rgb(39,168,170); }

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

border-color css

<style>
 span { border-color: #27A8AA; }

 span { border-color: rgb(39,168,170); }

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