#0ED0AD

Color #0ED0AD Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0ED0AD

Tints of Caribbean Green #0ED0AD

Color information

#0ED0AD (or 0x0ED0AD) is unknown color: approx Caribbean Green. HEX triplet: 0E, D0 and AD. RGB value is (14,208,173). Sum of RGB (Red+Green+Blue) = 14+208+173=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED0AD is #F12F52. Grayscale: #919191. Windows color (decimal): -15806291 or 11390990. OLE color: 11390990.

HSL color Cylindrical-coordinate representation of color #0ED0AD: hue angle of 169.18º 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 #0ED0AD is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB14208173-
CMYK0.9300.170.18
HSL169.18º87.39%43.53%-
HSV(B)169.18º93.27%81.57%-
XYZ30.2848.2247.25-
YUV146143.2333.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.54%
GREEN value IS 208 (81.64% from 255) = 52.66%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=3.54%
G=52.66%
B=43.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142081730.9300.170.18169.1887.3943.53
HexED0AD5D01112a9572c
Octal163202551350212225112754
Binary11101101000010101101101110101000110010101010011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ED0AD;
 }
 .AnyTagClassName
 {
   color: #0ED0AD;
 }
</style>
background-color css

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

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

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

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

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

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