#0CBE94

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

Shades of Caribbean Green #0CBE94

Tints of Caribbean Green #0CBE94

Color information

#0CBE94 (or 0x0CBE94) is unknown color: approx Caribbean Green. HEX triplet: 0C, BE and 94. RGB value is (12,190,148). Sum of RGB (Red+Green+Blue) = 12+190+148=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBE94 is #F3416B. Grayscale: #838383. Windows color (decimal): -15941996 or 9747980. OLE color: 9747980.

HSL color Cylindrical-coordinate representation of color #0CBE94: hue angle of 165.84º 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 #0CBE94 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB12190148-
CMYK0.9400.220.25
HSL165.84º88.12%39.61%-
HSV(B)165.84º93.68%74.51%-
XYZ23.9139.0434.29-
YUV131.99137.0342.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.43%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=3.43%
G=54.29%
B=42.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121901480.9400.220.25165.8488.1239.61
HexCBE945E01619a65828
Octal142762241360263124613050
Binary11001011111010010100101111001011011001101001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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