Html Css Color HEX #0DDD98 Caribbean Green

📋 copy color: '#0DDD98'

red 13 ◦ green 221 ◦ blue 152

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

Shades of Caribbean Green #0DDD98

Tints of Caribbean Green #0DDD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.25%

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

R = 3.37%
G = 57.25%
B = 39.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#0DDD98 (or 0x0DDD98) is known color: Caribbean Green. HEX triplet: 0D, DD and 98. RGB value is (13,221,152). Sum of RGB (Red+Green+Blue) = 13+221+152=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDD98 is #F22267. Grayscale: #979797. Windows color (decimal): -15868520 or 10018061. OLE color: 10018061.

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

Color convert

RGB 13 221 152 -
CMYK 0.94 0 0.31 0.13
HSL 160.1º 0.89% 0.46% -
HSV(B) 160.1º 0.94% 0.87% -
XYZ 31.69 54.07 38.47 -
YUV 150.94 128.59 29.61 -
System Red Green Blue C M Y K H S L
Decimal 13 221 152 0.94 0 0.31 0.13 160.1 0.89 0.46
Hex D DD 98 5E 0 1F D A0 59 2E
Octal 15 335 230 136 0 37 15 240 131 56
Binary 1101 11011101 10011000 1011110 0 11111 1101 10100000 1011001 101110

Color Harmonies of #0DDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD98

Black with #0DDD98

Text Example


Text Example

White with #0DDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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