#27C0B2

Color #27C0B2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #27C0B2

Tints of Light Sea Green #27C0B2

Color information

#27C0B2 (or 0x27C0B2) is unknown color: approx Light Sea Green. HEX triplet: 27, C0 and B2. RGB value is (39,192,178). Sum of RGB (Red+Green+Blue) = 39+192+178=409 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.54% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #27C0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C0B2 is #D83F4D. Grayscale: #909090. Windows color (decimal): -14171982 or 11714599. OLE color: 11714599.

HSL color Cylindrical-coordinate representation of color #27C0B2: hue angle of 174.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C0B2 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB39192178-
CMYK0.8000.070.25
HSL174.51º66.23%45.29%-
HSV(B)174.51º79.69%75.29%-
XYZ27.7241.3448.64-
YUV144.66146.8152.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.54%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 178 (69.92% from 255) = 43.52%
R=9.54%
G=46.94%
B=43.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391921780.8000.070.25174.5166.2345.29
Hex27C0B2500719af422d
Octal47300262120073125710255
Binary10011111000000101100101010000011111001101011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,192,178); }

 H1.HeaderClassName
 {
   color: #27C0B2;
 }
 .AnyTagClassName
 {
   color: #27C0B2;
 }
</style>
background-color css

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

 a { background-color: rgb(39,192,178); }

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

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

 span { border-color: rgb(39,192,178); }

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