#0BDA94

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

Shades of Caribbean Green #0BDA94

Tints of Caribbean Green #0BDA94

Color information

#0BDA94 (or 0x0BDA94) is unknown color: approx Caribbean Green. HEX triplet: 0B, DA and 94. RGB value is (11,218,148). Sum of RGB (Red+Green+Blue) = 11+218+148=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDA94 is #F4256B. Grayscale: #949494. Windows color (decimal): -16000364 or 9755147. OLE color: 9755147.

HSL color Cylindrical-coordinate representation of color #0BDA94: hue angle of 159.71º 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 #0BDA94 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB11218148-
CMYK0.9500.320.15
HSL159.71º90.39%44.9%-
HSV(B)159.71º94.95%85.49%-
XYZ30.5552.3536.51-
YUV148.13127.9230.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.92%
GREEN value IS 218 (85.55% from 255) = 57.82%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=2.92%
G=57.82%
B=39.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112181480.9500.320.15159.7190.3944.9
HexBDA945F020Fa05a2d
Octal133322241370401724013255
Binary10111101101010010100101111101000001111101000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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