#0EDEB3

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

Shades of Caribbean Green #0EDEB3

Tints of Caribbean Green #0EDEB3

Color information

#0EDEB3 (or 0x0EDEB3) is unknown color: approx Caribbean Green. HEX triplet: 0E, DE and B3. RGB value is (14,222,179). Sum of RGB (Red+Green+Blue) = 14+222+179=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 222 (87.11% from 255 or 53.49% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDEB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDEB3 is #F1214C. Grayscale: #9A9A9A. Windows color (decimal): -15802701 or 11787790. OLE color: 11787790.

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

Color convert

RGB14222179-
CMYK0.9400.190.13
HSL167.6º88.14%46.27%-
HSV(B)167.6º93.69%87.06%-
XYZ34.4455.5951.56-
YUV154.91141.5927.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.37%
GREEN value IS 222 (87.11% from 255) = 53.49%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=3.37%
G=53.49%
B=43.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142221790.9400.190.13167.688.1446.27
HexEDEB35E013Da8582e
Octal163362631360231525013056
Binary1110110111101011001110111100100111101101010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,222,179); }

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

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

 a { background-color: rgb(14,222,179); }

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

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

 span { border-color: rgb(14,222,179); }

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