Html Css Color HEX #0DE0B5 Caribbean Green

📋 copy color: '#0DE0B5'

red 13 ◦ green 224 ◦ blue 181

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

Shades of Caribbean Green #0DE0B5

Tints of Caribbean Green #0DE0B5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.59%

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 3.11%
G = 53.59%
B = 43.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#0DE0B5 (or 0x0DE0B5) is known color: Caribbean Green. HEX triplet: 0D, E0 and B5. RGB value is (13,224,181). Sum of RGB (Red+Green+Blue) = 13+224+181=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE0B5 is #F21F4A. Grayscale: #9B9B9B. Windows color (decimal): -15867723 or 11919373. OLE color: 11919373.

HSL color Cylindrical-coordinate representation of color #0DE0B5: hue angle of 167.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE0B5 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 13 224 181 -
CMYK 0.94 0 0.19 0.12
HSL 167.77º 0.89% 0.46% -
HSV(B) 167.77º 0.94% 0.88% -
XYZ 35.16 56.73 52.81 -
YUV 156.01 142.1 26 -
System Red Green Blue C M Y K H S L
Decimal 13 224 181 0.94 0 0.19 0.12 167.77 0.89 0.46
Hex D E0 B5 5E 0 13 C A8 59 2E
Octal 15 340 265 136 0 23 14 250 131 56
Binary 1101 11100000 10110101 1011110 0 10011 1100 10101000 1011001 101110

Color Harmonies of #0DE0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE0B5

Black with #0DE0B5

Text Example


Text Example

White with #0DE0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,224,181); }

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

background-color css

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

 a { background-color: rgb(13,224,181); }

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

border-color css

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

 span { border-color: rgb(13,224,181); }

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