Html Css Color HEX #1AE2B8 Robin's Egg Blue

📋 copy color: '#1AE2B8'

red 26 ◦ green 226 ◦ blue 184

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

Shades of Robin's Egg Blue #1AE2B8

Tints of Robin's Egg Blue #1AE2B8

RGB

 RED value IS 26 (10.55% from 255) = 5.96%

 GREEN value IS 226 (88.67% from 255) = 51.83%

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 5.96%
G = 51.83%
B = 42.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#1AE2B8 (or 0x1AE2B8) is known color: Robin's Egg Blue. HEX triplet: 1A, E2 and B8. RGB value is (26,226,184). Sum of RGB (Red+Green+Blue) = 26+226+184=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE2B8 is #E51D47. Grayscale: #A1A1A1. Windows color (decimal): -15015240 or 12116506. OLE color: 12116506.

HSL color Cylindrical-coordinate representation of color #1AE2B8: hue angle of 167.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE2B8 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 226 184 -
CMYK 0.88 0 0.19 0.11
HSL 167.4º 0.79% 0.49% -
HSV(B) 167.4º 0.88% 0.89% -
XYZ 36.27 58.07 54.64 -
YUV 161.41 140.74 31.42 -
System Red Green Blue C M Y K H S L
Decimal 26 226 184 0.88 0 0.19 0.11 167.4 0.79 0.49
Hex 1A E2 B8 58 0 13 B A7 4F 31
Octal 32 342 270 130 0 23 13 247 117 61
Binary 11010 11100010 10111000 1011000 0 10011 1011 10100111 1001111 110001

Color Harmonies of #1AE2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE2B8

Black with #1AE2B8

Text Example


Text Example

White with #1AE2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AE2B8; }

 p { color: rgb(26,226,184); }

 H1.HeaderClassName
 {
   color: #1AE2B8;
 }
 .AnyTagClassName
 {
   color: #1AE2B8;
 }
</style>

background-color css

<style>
 a { background-color: #1AE2B8; }

 a { background-color: rgb(26,226,184); }

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

border-color css

<style>
 span { border-color: #1AE2B8; }

 span { border-color: rgb(26,226,184); }

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