Html Css Color HEX #0DD698 Caribbean Green

📋 copy color: '#0DD698'

red 13 ◦ green 214 ◦ blue 152

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

Shades of Caribbean Green #0DD698

Tints of Caribbean Green #0DD698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 3.43%
G = 56.46%
B = 40.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#0DD698 (or 0x0DD698) is known color: Caribbean Green. HEX triplet: 0D, D6 and 98. RGB value is (13,214,152). Sum of RGB (Red+Green+Blue) = 13+214+152=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD698 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD698 is #F22967. Grayscale: #929292. Windows color (decimal): -15870312 or 10016269. OLE color: 10016269.

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

Color convert

RGB 13 214 152 -
CMYK 0.94 0 0.29 0.16
HSL 161.49º 0.89% 0.45% -
HSV(B) 161.49º 0.94% 0.84% -
XYZ 29.88 50.45 37.87 -
YUV 146.83 130.91 32.54 -
System Red Green Blue C M Y K H S L
Decimal 13 214 152 0.94 0 0.29 0.16 161.49 0.89 0.45
Hex D D6 98 5E 0 1D 10 A1 59 2D
Octal 15 326 230 136 0 35 20 241 131 55
Binary 1101 11010110 10011000 1011110 0 11101 10000 10100001 1011001 101101

Color Harmonies of #0DD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD698

Black with #0DD698

Text Example


Text Example

White with #0DD698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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