Html Css Color HEX #0DCD98 Caribbean Green

📋 copy color: '#0DCD98'

red 13 ◦ green 205 ◦ blue 152

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

Shades of Caribbean Green #0DCD98

Tints of Caribbean Green #0DCD98

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.41%

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

R = 3.51%
G = 55.41%
B = 41.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#0DCD98 (or 0x0DCD98) is known color: Caribbean Green. HEX triplet: 0D, CD and 98. RGB value is (13,205,152). Sum of RGB (Red+Green+Blue) = 13+205+152=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCD98 is #F23267. Grayscale: #8D8D8D. Windows color (decimal): -15872616 or 10013965. OLE color: 10013965.

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

Color convert

RGB 13 205 152 -
CMYK 0.94 0 0.26 0.20
HSL 163.44º 0.88% 0.43% -
HSV(B) 163.44º 0.94% 0.8% -
XYZ 27.66 46.02 37.13 -
YUV 141.55 133.89 36.31 -
System Red Green Blue C M Y K H S L
Decimal 13 205 152 0.94 0 0.26 0.20 163.44 0.88 0.43
Hex D CD 98 5E 0 1A 14 A3 58 2B
Octal 15 315 230 136 0 32 24 243 130 53
Binary 1101 11001101 10011000 1011110 0 11010 10100 10100011 1011000 101011

Color Harmonies of #0DCD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCD98

Black with #0DCD98

Text Example


Text Example

White with #0DCD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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