Html Css Color HEX #0ED085 Caribbean Green

📋 copy color: '#0ED085'

red 14 ◦ green 208 ◦ blue 133

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

Shades of Caribbean Green #0ED085

Tints of Caribbean Green #0ED085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.59%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 3.94%
G = 58.59%
B = 37.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#0ED085 (or 0x0ED085) is known color: Caribbean Green. HEX triplet: 0E, D0 and 85. RGB value is (14,208,133). Sum of RGB (Red+Green+Blue) = 14+208+133=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED085 is #F12F7A. Grayscale: #8D8D8D. Windows color (decimal): -15806331 or 8769550. OLE color: 8769550.

HSL color Cylindrical-coordinate representation of color #0ED085: hue angle of 156.8º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED085 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 133 -
CMYK 0.93 0 0.36 0.18
HSL 156.8º 0.87% 0.44% -
HSV(B) 156.8º 0.93% 0.82% -
XYZ 26.97 46.9 29.82 -
YUV 141.44 123.23 37.1 -
System Red Green Blue C M Y K H S L
Decimal 14 208 133 0.93 0 0.36 0.18 156.8 0.87 0.44
Hex E D0 85 5D 0 24 12 9D 57 2C
Octal 16 320 205 135 0 44 22 235 127 54
Binary 1110 11010000 10000101 1011101 0 100100 10010 10011101 1010111 101100

Color Harmonies of #0ED085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED085

Black with #0ED085

Text Example


Text Example

White with #0ED085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,133); }

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

background-color css

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

 a { background-color: rgb(14,208,133); }

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

border-color css

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

 span { border-color: rgb(14,208,133); }

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