Html Css Color HEX #0DBA95 Caribbean Green

📋 copy color: '#0DBA95'

red 13 ◦ green 186 ◦ blue 149

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

Shades of Caribbean Green #0DBA95

Tints of Caribbean Green #0DBA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 3.74%
G = 53.45%
B = 42.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#0DBA95 (or 0x0DBA95) is known color: Caribbean Green. HEX triplet: 0D, BA and 95. RGB value is (13,186,149). Sum of RGB (Red+Green+Blue) = 13+186+149=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBA95 is #F2456A. Grayscale: #828282. Windows color (decimal): -15877483 or 9812493. OLE color: 9812493.

HSL color Cylindrical-coordinate representation of color #0DBA95: hue angle of 167.17º 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 #0DBA95 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 149 -
CMYK 0.93 0 0.20 0.27
HSL 167.17º 0.87% 0.39% -
HSV(B) 167.17º 0.93% 0.73% -
XYZ 23.15 37.37 34.43 -
YUV 130.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 13 186 149 0.93 0 0.20 0.27 167.17 0.87 0.39
Hex D BA 95 5D 0 14 1B A7 57 27
Octal 15 272 225 135 0 24 33 247 127 47
Binary 1101 10111010 10010101 1011101 0 10100 11011 10100111 1010111 100111

Color Harmonies of #0DBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA95

Black with #0DBA95

Text Example


Text Example

White with #0DBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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