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

📋 copy color: '#1AE0BA'

red 26 ◦ green 224 ◦ blue 186

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

Shades of Robin's Egg Blue #1AE0BA

Tints of Robin's Egg Blue #1AE0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.38%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 5.96%
G = 51.38%
B = 42.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#1AE0BA (or 0x1AE0BA) is known color: Robin's Egg Blue. HEX triplet: 1A, E0 and BA. RGB value is (26,224,186). Sum of RGB (Red+Green+Blue) = 26+224+186=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE0BA is #E51F45. Grayscale: #A0A0A0. Windows color (decimal): -15015750 or 12247066. OLE color: 12247066.

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

Color convert

RGB 26 224 186 -
CMYK 0.88 0 0.17 0.12
HSL 168.48º 0.79% 0.49% -
HSV(B) 168.48º 0.88% 0.88% -
XYZ 35.94 57.08 55.58 -
YUV 160.47 142.4 32.09 -
System Red Green Blue C M Y K H S L
Decimal 26 224 186 0.88 0 0.17 0.12 168.48 0.79 0.49
Hex 1A E0 BA 58 0 11 C A8 4F 31
Octal 32 340 272 130 0 21 14 250 117 61
Binary 11010 11100000 10111010 1011000 0 10001 1100 10101000 1001111 110001

Color Harmonies of #1AE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE0BA

Black with #1AE0BA

Text Example


Text Example

White with #1AE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,224,186); }

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

background-color css

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

 a { background-color: rgb(26,224,186); }

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

border-color css

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

 span { border-color: rgb(26,224,186); }

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