#0DBF9F

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

Shades of Caribbean Green #0DBF9F

Tints of Caribbean Green #0DBF9F

Color information

#0DBF9F (or 0x0DBF9F) is unknown color: approx Caribbean Green. HEX triplet: 0D, BF and 9F. RGB value is (13,191,159). Sum of RGB (Red+Green+Blue) = 13+191+159=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF9F is #F24060. Grayscale: #868686. Windows color (decimal): -15876193 or 10469133. OLE color: 10469133.

HSL color Cylindrical-coordinate representation of color #0DBF9F: hue angle of 169.21º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF9F is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB13191159-
CMYK0.9300.170.25
HSL169.21º87.25%40%-
HSV(B)169.21º93.19%74.9%-
XYZ25.0539.8539.17-
YUV134.13142.0341.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.58%
GREEN value IS 191 (75% from 255) = 52.62%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=3.58%
G=52.62%
B=43.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131911590.9300.170.25169.2187.2540
HexDBF9F5D01119a95728
Octal152772371350213125112750
Binary11011011111110011111101110101000111001101010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,191,159); }

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

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

 a { background-color: rgb(13,191,159); }

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

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

 span { border-color: rgb(13,191,159); }

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