Html Css Color HEX #0EDDB1 Caribbean Green

📋 copy color: '#0EDDB1'

red 14 ◦ green 221 ◦ blue 177

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

Shades of Caribbean Green #0EDDB1

Tints of Caribbean Green #0EDDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 3.4%
G = 53.64%
B = 42.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#0EDDB1 (or 0x0EDDB1) is known color: Caribbean Green. HEX triplet: 0E, DD and B1. RGB value is (14,221,177). Sum of RGB (Red+Green+Blue) = 14+221+177=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDDB1 is #F1224E. Grayscale: #9A9A9A. Windows color (decimal): -15802959 or 11656462. OLE color: 11656462.

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

Color convert

RGB 14 221 177 -
CMYK 0.94 0 0.20 0.13
HSL 167.25º 0.88% 0.46% -
HSV(B) 167.25º 0.94% 0.87% -
XYZ 33.97 54.98 50.42 -
YUV 154.09 140.92 28.08 -
System Red Green Blue C M Y K H S L
Decimal 14 221 177 0.94 0 0.20 0.13 167.25 0.88 0.46
Hex E DD B1 5E 0 14 D A7 58 2E
Octal 16 335 261 136 0 24 15 247 130 56
Binary 1110 11011101 10110001 1011110 0 10100 1101 10100111 1011000 101110

Color Harmonies of #0EDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDB1

Black with #0EDDB1

Text Example


Text Example

White with #0EDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,177); }

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

background-color css

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

 a { background-color: rgb(14,221,177); }

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

border-color css

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

 span { border-color: rgb(14,221,177); }

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