Html Css Color HEX #0DCD89 Caribbean Green

📋 copy color: '#0DCD89'

red 13 ◦ green 205 ◦ blue 137

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

Shades of Caribbean Green #0DCD89

Tints of Caribbean Green #0DCD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 3.66%
G = 57.75%
B = 38.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#0DCD89 (or 0x0DCD89) is known color: Caribbean Green. HEX triplet: 0D, CD and 89. RGB value is (13,205,137). Sum of RGB (Red+Green+Blue) = 13+205+137=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCD89 is #F23276. Grayscale: #8B8B8B. Windows color (decimal): -15872631 or 9030925. OLE color: 9030925.

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

Color convert

RGB 13 205 137 -
CMYK 0.94 0 0.33 0.20
HSL 158.75º 0.88% 0.43% -
HSV(B) 158.75º 0.94% 0.8% -
XYZ 26.51 45.55 31.06 -
YUV 139.84 126.39 37.53 -
System Red Green Blue C M Y K H S L
Decimal 13 205 137 0.94 0 0.33 0.20 158.75 0.88 0.43
Hex D CD 89 5E 0 21 14 9F 58 2B
Octal 15 315 211 136 0 41 24 237 130 53
Binary 1101 11001101 10001001 1011110 0 100001 10100 10011111 1011000 101011

Color Harmonies of #0DCD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCD89

Black with #0DCD89

Text Example


Text Example

White with #0DCD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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