Html Css Color HEX #27AAA6 Light Sea Green

📋 copy color: '#27AAA6'

red 39 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #27AAA6

Tints of Light Sea Green #27AAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 10.4%
G = 45.33%
B = 44.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#27AAA6 (or 0x27AAA6) is known color: Light Sea Green. HEX triplet: 27, AA and A6. RGB value is (39,170,166). Sum of RGB (Red+Green+Blue) = 39+170+166=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #27AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AAA6 is #D85559. Grayscale: #828282. Windows color (decimal): -14177626 or 10922535. OLE color: 10922535.

HSL color Cylindrical-coordinate representation of color #27AAA6: hue angle of 178.17º 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 #27AAA6 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 170 166 -
CMYK 0.77 0 0.02 0.33
HSL 178.17º 0.63% 0.41% -
HSV(B) 178.17º 0.77% 0.67% -
XYZ 22.09 31.93 41.08 -
YUV 130.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 39 170 166 0.77 0 0.02 0.33 178.17 0.63 0.41
Hex 27 AA A6 4D 0 2 21 B2 3F 29
Octal 47 252 246 115 0 2 41 262 77 51
Binary 100111 10101010 10100110 1001101 0 10 100001 10110010 111111 101001

Color Harmonies of #27AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AAA6

Black with #27AAA6

Text Example


Text Example

White with #27AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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