#0BCD80

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

Shades of Caribbean Green #0BCD80

Tints of Caribbean Green #0BCD80

Color information

#0BCD80 (or 0x0BCD80) is unknown color: approx Caribbean Green. HEX triplet: 0B, CD and 80. RGB value is (11,205,128). Sum of RGB (Red+Green+Blue) = 11+205+128=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCD80 is #F4327F. Grayscale: #8A8A8A. Windows color (decimal): -16003712 or 8441099. OLE color: 8441099.

HSL color Cylindrical-coordinate representation of color #0BCD80: hue angle of 156.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD80 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB11205128-
CMYK0.9500.380.20
HSL156.19º89.81%42.35%-
HSV(B)156.19º94.63%80.39%-
XYZ25.8745.2927.8-
YUV138.22122.2337.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.20%
GREEN value IS 205 (80.47% from 255) = 59.59%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=3.20%
G=59.59%
B=37.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112051280.9500.380.20156.1989.8142.35
HexBCD805F026149c5a2a
Octal133152001370462423413252
Binary101111001101100000001011111010011010100100111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,205,128); }

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

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

 a { background-color: rgb(11,205,128); }

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

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

 span { border-color: rgb(11,205,128); }

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