#00E0B3

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

Shades of Caribbean Green #00E0B3

Tints of Caribbean Green #00E0B3

Color information

#00E0B3 (or 0x00E0B3) is unknown color: approx Caribbean Green. HEX triplet: 00, E0 and B3. RGB value is (0,224,179). Sum of RGB (Red+Green+Blue) = 0+224+179=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #00E0B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E0B3 is #FF1F4C. Grayscale: #979797. Windows color (decimal): -16719693 or 11788288. OLE color: 11788288.

HSL color Cylindrical-coordinate representation of color #00E0B3: hue angle of 167.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E0B3 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB0224179-
CMYK100.200.12
HSL167.95º100%43.92%-
HSV(B)167.95º100%87.84%-
XYZ34.7956.5751.73-
YUV151.89143.2919.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 224 (87.89% from 255) = 55.58%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=0%
G=55.58%
B=44.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal0224179100.200.12167.9510043.92
Hex0E0B364014Ca8642c
Octal03402631440241425014454
Binary0111000001011001111001000101001100101010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E0B3; }

 p { color: rgb(0,224,179); }

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

<style>
 a { background-color: #00E0B3; }

 a { background-color: rgb(0,224,179); }

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

<style>
 span { border-color: #00E0B3; }

 span { border-color: rgb(0,224,179); }

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