Html Css Color HEX #00E5BD Robin's Egg Blue

📋 copy color: '#00E5BD'

red 0 ◦ green 229 ◦ blue 189

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

Shades of Robin's Egg Blue #00E5BD

Tints of Robin's Egg Blue #00E5BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 229 (89.84% from 255) = 54.78%

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 0%
G = 54.78%
B = 45.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#00E5BD (or 0x00E5BD) is known color: Robin's Egg Blue. HEX triplet: 00, E5 and BD. RGB value is (0,229,189). Sum of RGB (Red+Green+Blue) = 0+229+189=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #00E5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E5BD is #FF1A42. Grayscale: #9B9B9B. Windows color (decimal): -16718403 or 12444928. OLE color: 12444928.

HSL color Cylindrical-coordinate representation of color #00E5BD: hue angle of 169.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E5BD is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 229 189 -
CMYK 1 0 0.17 0.10
HSL 169.52º 1% 0.45% -
HSV(B) 169.52º 1% 0.9% -
XYZ 37.2 59.71 57.71 -
YUV 155.97 146.63 16.75 -
System Red Green Blue C M Y K H S L
Decimal 0 229 189 1 0 0.17 0.10 169.52 1 0.45
Hex 0 E5 BD 64 0 11 A AA 64 2D
Octal 0 345 275 144 0 21 12 252 144 55
Binary 0 11100101 10111101 1100100 0 10001 1010 10101010 1100100 101101

Color Harmonies of #00E5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E5BD

Black with #00E5BD

Text Example


Text Example

White with #00E5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,229,189); }

 H1.HeaderClassName
 {
   color: #00E5BD;
 }
 .AnyTagClassName
 {
   color: #00E5BD;
 }
</style>

background-color css

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

 a { background-color: rgb(0,229,189); }

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

border-color css

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

 span { border-color: rgb(0,229,189); }

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