Html Css Color HEX #0DCE97 Caribbean Green

📋 copy color: '#0DCE97'

red 13 ◦ green 206 ◦ blue 151

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

Shades of Caribbean Green #0DCE97

Tints of Caribbean Green #0DCE97

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.68%

 BLUE value IS 151 (59.38% from 255) = 40.81%

R = 3.51%
G = 55.68%
B = 40.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#0DCE97 (or 0x0DCE97) is known color: Caribbean Green. HEX triplet: 0D, CE and 97. RGB value is (13,206,151). Sum of RGB (Red+Green+Blue) = 13+206+151=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCE97 is #F23168. Grayscale: #8E8E8E. Windows color (decimal): -15872361 or 9948685. OLE color: 9948685.

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

Color convert

RGB 13 206 151 -
CMYK 0.94 0 0.27 0.19
HSL 162.9º 0.88% 0.43% -
HSV(B) 162.9º 0.94% 0.81% -
XYZ 27.82 46.46 36.78 -
YUV 142.02 133.06 35.97 -
System Red Green Blue C M Y K H S L
Decimal 13 206 151 0.94 0 0.27 0.19 162.9 0.88 0.43
Hex D CE 97 5E 0 1B 13 A3 58 2B
Octal 15 316 227 136 0 33 23 243 130 53
Binary 1101 11001110 10010111 1011110 0 11011 10011 10100011 1011000 101011

Color Harmonies of #0DCE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCE97

Black with #0DCE97

Text Example


Text Example

White with #0DCE97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,206,151); }

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

background-color css

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

 a { background-color: rgb(13,206,151); }

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

border-color css

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

 span { border-color: rgb(13,206,151); }

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