Html Css Color HEX #0DBA9E Caribbean Green

📋 copy color: '#0DBA9E'

red 13 ◦ green 186 ◦ blue 158

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

Shades of Caribbean Green #0DBA9E

Tints of Caribbean Green #0DBA9E

RGB

 RED value IS 13 (5.47% from 255) = 3.64%

 GREEN value IS 186 (73.05% from 255) = 52.1%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 3.64%
G = 52.1%
B = 44.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#0DBA9E (or 0x0DBA9E) is known color: Caribbean Green. HEX triplet: 0D, BA and 9E. RGB value is (13,186,158). Sum of RGB (Red+Green+Blue) = 13+186+158=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBA9E is #F24561. Grayscale: #838383. Windows color (decimal): -15877474 or 10402317. OLE color: 10402317.

HSL color Cylindrical-coordinate representation of color #0DBA9E: hue angle of 170.29º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA9E is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 158 -
CMYK 0.93 0 0.15 0.27
HSL 170.29º 0.87% 0.39% -
HSV(B) 170.29º 0.93% 0.73% -
XYZ 23.9 37.67 38.36 -
YUV 131.08 143.19 43.78 -
System Red Green Blue C M Y K H S L
Decimal 13 186 158 0.93 0 0.15 0.27 170.29 0.87 0.39
Hex D BA 9E 5D 0 F 1B AA 57 27
Octal 15 272 236 135 0 17 33 252 127 47
Binary 1101 10111010 10011110 1011101 0 1111 11011 10101010 1010111 100111

Color Harmonies of #0DBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA9E

Black with #0DBA9E

Text Example


Text Example

White with #0DBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,158); }

 H1.HeaderClassName
 {
   color: #0DBA9E;
 }
 .AnyTagClassName
 {
   color: #0DBA9E;
 }
</style>

background-color css

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

 a { background-color: rgb(13,186,158); }

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

border-color css

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

 span { border-color: rgb(13,186,158); }

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