Html Css Color HEX #0DBF9F Caribbean Green

📋 copy color: '#0DBF9F'

red 13 ◦ green 191 ◦ blue 159

#0DBF9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0DBF9F

Tints of Caribbean Green #0DBF9F

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.8%

R = 3.58%
G = 52.62%
B = 43.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#0DBF9F (or 0x0DBF9F) is known color: 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

RGB 13 191 159 -
CMYK 0.93 0 0.17 0.25
HSL 169.21º 0.87% 0.4% -
HSV(B) 169.21º 0.93% 0.75% -
XYZ 25.05 39.85 39.17 -
YUV 134.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 13 191 159 0.93 0 0.17 0.25 169.21 0.87 0.4
Hex D BF 9F 5D 0 11 19 A9 57 28
Octal 15 277 237 135 0 21 31 251 127 50
Binary 1101 10111111 10011111 1011101 0 10001 11001 10101001 1010111 101000

Color Harmonies of #0DBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF9F

Black with #0DBF9F

Text Example


Text Example

White with #0DBF9F

Text Example


Text Example

HTML Codes & Css Web 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>