Html Css Color HEX #0DCE99 Caribbean Green

📋 copy color: '#0DCE99'

red 13 ◦ green 206 ◦ blue 153

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

Shades of Caribbean Green #0DCE99

Tints of Caribbean Green #0DCE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 3.49%
G = 55.38%
B = 41.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#0DCE99 (or 0x0DCE99) is known color: Caribbean Green. HEX triplet: 0D, CE and 99. RGB value is (13,206,153). Sum of RGB (Red+Green+Blue) = 13+206+153=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCE99 is #F23166. Grayscale: #8E8E8E. Windows color (decimal): -15872359 or 10079757. OLE color: 10079757.

HSL color Cylindrical-coordinate representation of color #0DCE99: hue angle of 163.52º 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 #0DCE99 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 206 153 -
CMYK 0.94 0 0.26 0.19
HSL 163.52º 0.88% 0.43% -
HSV(B) 163.52º 0.94% 0.81% -
XYZ 27.99 46.53 37.64 -
YUV 142.25 134.06 35.81 -
System Red Green Blue C M Y K H S L
Decimal 13 206 153 0.94 0 0.26 0.19 163.52 0.88 0.43
Hex D CE 99 5E 0 1A 13 A4 58 2B
Octal 15 316 231 136 0 32 23 244 130 53
Binary 1101 11001110 10011001 1011110 0 11010 10011 10100100 1011000 101011

Color Harmonies of #0DCE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCE99

Black with #0DCE99

Text Example


Text Example

White with #0DCE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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