#0BDAAE

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

Shades of Caribbean Green #0BDAAE

Tints of Caribbean Green #0BDAAE

Color information

#0BDAAE (or 0x0BDAAE) is unknown color: approx Caribbean Green. HEX triplet: 0B, DA and AE. RGB value is (11,218,174). Sum of RGB (Red+Green+Blue) = 11+218+174=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDAAE is #F42551. Grayscale: #979797. Windows color (decimal): -16000338 or 11459083. OLE color: 11459083.

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

Color convert

RGB11218174-
CMYK0.9500.200.15
HSL167.25º90.39%44.9%-
HSV(B)167.25º94.95%85.49%-
XYZ32.8553.2748.6-
YUV151.09140.9228.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.73%
GREEN value IS 218 (85.55% from 255) = 54.09%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=2.73%
G=54.09%
B=43.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112181740.9500.200.15167.2590.3944.9
HexBDAAE5F014Fa75a2d
Octal133322561370241724713255
Binary1011110110101010111010111110101001111101001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,218,174); }

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

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

 a { background-color: rgb(11,218,174); }

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

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

 span { border-color: rgb(11,218,174); }

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