Html Css Color HEX #0DBE9C Caribbean Green

📋 copy color: '#0DBE9C'

red 13 ◦ green 190 ◦ blue 156

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

Shades of Caribbean Green #0DBE9C

Tints of Caribbean Green #0DBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.92%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 3.62%
G = 52.92%
B = 43.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#0DBE9C (or 0x0DBE9C) is known color: Caribbean Green. HEX triplet: 0D, BE and 9C. RGB value is (13,190,156). Sum of RGB (Red+Green+Blue) = 13+190+156=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE9C is #F24163. Grayscale: #858585. Windows color (decimal): -15876452 or 10272269. OLE color: 10272269.

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

Color convert

RGB 13 190 156 -
CMYK 0.93 0 0.18 0.25
HSL 168.47º 0.87% 0.4% -
HSV(B) 168.47º 0.93% 0.75% -
XYZ 24.58 39.31 37.75 -
YUV 133.2 140.86 42.26 -
System Red Green Blue C M Y K H S L
Decimal 13 190 156 0.93 0 0.18 0.25 168.47 0.87 0.4
Hex D BE 9C 5D 0 12 19 A8 57 28
Octal 15 276 234 135 0 22 31 250 127 50
Binary 1101 10111110 10011100 1011101 0 10010 11001 10101000 1010111 101000

Color Harmonies of #0DBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE9C

Black with #0DBE9C

Text Example


Text Example

White with #0DBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,156); }

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

background-color css

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

 a { background-color: rgb(13,190,156); }

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

border-color css

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

 span { border-color: rgb(13,190,156); }

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