#27C0B9

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

Shades of Light Sea Green #27C0B9

Tints of Light Sea Green #27C0B9

Color information

#27C0B9 (or 0x27C0B9) is unknown color: approx Light Sea Green. HEX triplet: 27, C0 and B9. RGB value is (39,192,185). Sum of RGB (Red+Green+Blue) = 39+192+185=416 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.38% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #27C0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C0B9 is #D83F46. Grayscale: #919191. Windows color (decimal): -14171975 or 12173351. OLE color: 12173351.

HSL color Cylindrical-coordinate representation of color #27C0B9: hue angle of 177.25º 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 #27C0B9 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB39192185-
CMYK0.8000.040.25
HSL177.25º66.23%45.29%-
HSV(B)177.25º79.69%75.29%-
XYZ28.4441.6352.44-
YUV145.45150.3152.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.38%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 185 (72.66% from 255) = 44.47%
R=9.38%
G=46.15%
B=44.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391921850.8000.040.25177.2566.2345.29
Hex27C0B9500419b1422d
Octal47300271120043126110255
Binary10011111000000101110011010000010011001101100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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