Html Css Color HEX #0DD68C Caribbean Green

📋 copy color: '#0DD68C'

red 13 ◦ green 214 ◦ blue 140

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

Shades of Caribbean Green #0DD68C

Tints of Caribbean Green #0DD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.31%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 3.54%
G = 58.31%
B = 38.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#0DD68C (or 0x0DD68C) is known color: Caribbean Green. HEX triplet: 0D, D6 and 8C. RGB value is (13,214,140). Sum of RGB (Red+Green+Blue) = 13+214+140=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD68C is #F22973. Grayscale: #919191. Windows color (decimal): -15870324 or 9229837. OLE color: 9229837.

HSL color Cylindrical-coordinate representation of color #0DD68C: hue angle of 157.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD68C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 214 140 -
CMYK 0.94 0 0.35 0.16
HSL 157.91º 0.89% 0.45% -
HSV(B) 157.91º 0.94% 0.84% -
XYZ 28.95 50.07 32.95 -
YUV 145.47 124.91 33.52 -
System Red Green Blue C M Y K H S L
Decimal 13 214 140 0.94 0 0.35 0.16 157.91 0.89 0.45
Hex D D6 8C 5E 0 23 10 9E 59 2D
Octal 15 326 214 136 0 43 20 236 131 55
Binary 1101 11010110 10001100 1011110 0 100011 10000 10011110 1011001 101101

Color Harmonies of #0DD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD68C

Black with #0DD68C

Text Example


Text Example

White with #0DD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,214,140); }

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

background-color css

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

 a { background-color: rgb(13,214,140); }

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

border-color css

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

 span { border-color: rgb(13,214,140); }

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