#0CBF99

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

Shades of Caribbean Green #0CBF99

Tints of Caribbean Green #0CBF99

Color information

#0CBF99 (or 0x0CBF99) is unknown color: approx Caribbean Green. HEX triplet: 0C, BF and 99. RGB value is (12,191,153). Sum of RGB (Red+Green+Blue) = 12+191+153=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBF99 is #F34066. Grayscale: #858585. Windows color (decimal): -15941735 or 10075916. OLE color: 10075916.

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

Color convert

RGB12191153-
CMYK0.9400.200.25
HSL167.26º88.18%39.8%-
HSV(B)167.26º93.72%74.9%-
XYZ24.5339.6436.5-
YUV133.15139.241.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.37%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=3.37%
G=53.65%
B=42.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911530.9400.200.25167.2688.1839.8
HexCBF995E01419a75828
Octal142772311360243124713050
Binary11001011111110011001101111001010011001101001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,191,153); }

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

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

 a { background-color: rgb(12,191,153); }

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

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

 span { border-color: rgb(12,191,153); }

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