Html Css Color HEX #0ECD91 Caribbean Green

📋 copy color: '#0ECD91'

red 14 ◦ green 205 ◦ blue 145

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

Shades of Caribbean Green #0ECD91

Tints of Caribbean Green #0ECD91

RGB

 RED value IS 14 (5.86% from 255) = 3.85%

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 3.85%
G = 56.32%
B = 39.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#0ECD91 (or 0x0ECD91) is known color: Caribbean Green. HEX triplet: 0E, CD and 91. RGB value is (14,205,145). Sum of RGB (Red+Green+Blue) = 14+205+145=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECD91 is #F1326E. Grayscale: #8D8D8D. Windows color (decimal): -15807087 or 9555214. OLE color: 9555214.

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

Color convert

RGB 14 205 145 -
CMYK 0.93 0 0.29 0.20
HSL 161.15º 0.87% 0.43% -
HSV(B) 161.15º 0.93% 0.8% -
XYZ 27.12 45.8 34.2 -
YUV 141.05 130.22 37.38 -
System Red Green Blue C M Y K H S L
Decimal 14 205 145 0.93 0 0.29 0.20 161.15 0.87 0.43
Hex E CD 91 5D 0 1D 14 A1 57 2B
Octal 16 315 221 135 0 35 24 241 127 53
Binary 1110 11001101 10010001 1011101 0 11101 10100 10100001 1010111 101011

Color Harmonies of #0ECD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECD91

Black with #0ECD91

Text Example


Text Example

White with #0ECD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,205,145); }

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

background-color css

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

 a { background-color: rgb(14,205,145); }

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

border-color css

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

 span { border-color: rgb(14,205,145); }

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