#0CBEA7

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

Shades of Light Sea Green #0CBEA7

Tints of Light Sea Green #0CBEA7

Color information

#0CBEA7 (or 0x0CBEA7) is unknown color: approx Light Sea Green. HEX triplet: 0C, BE and A7. RGB value is (12,190,167). Sum of RGB (Red+Green+Blue) = 12+190+167=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBEA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBEA7 is #F34158. Grayscale: #868686. Windows color (decimal): -15941977 or 10993164. OLE color: 10993164.

HSL color Cylindrical-coordinate representation of color #0CBEA7: hue angle of 172.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBEA7 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB12190167-
CMYK0.9400.120.25
HSL172.25º88.12%39.61%-
HSV(B)172.25º93.68%74.51%-
XYZ25.5439.742.88-
YUV134.16146.5340.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.25%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=3.25%
G=51.49%
B=45.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121901670.9400.120.25172.2588.1239.61
HexCBEA75E0C19ac5828
Octal142762471360143125413050
Binary1100101111101010011110111100110011001101011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CBEA7; }

 p { color: rgb(12,190,167); }

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

<style>
 a { background-color: #0CBEA7; }

 a { background-color: rgb(12,190,167); }

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

<style>
 span { border-color: #0CBEA7; }

 span { border-color: rgb(12,190,167); }

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