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

📋 copy color: '#1ADABA'

red 26 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #1ADABA

Tints of Robin's Egg Blue #1ADABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

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

R = 6.05%
G = 50.7%
B = 43.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#1ADABA (or 0x1ADABA) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and BA. RGB value is (26,218,186). Sum of RGB (Red+Green+Blue) = 26+218+186=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADABA is #E52545. Grayscale: #9C9C9C. Windows color (decimal): -15017286 or 12245530. OLE color: 12245530.

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

Color convert

RGB 26 218 186 -
CMYK 0.88 0 0.15 0.15
HSL 170º 0.79% 0.48% -
HSV(B) 170º 0.88% 0.85% -
XYZ 34.36 53.91 55.05 -
YUV 156.94 144.39 34.6 -
System Red Green Blue C M Y K H S L
Decimal 26 218 186 0.88 0 0.15 0.15 170 0.79 0.48
Hex 1A DA BA 58 0 F F AA 4F 30
Octal 32 332 272 130 0 17 17 252 117 60
Binary 11010 11011010 10111010 1011000 0 1111 1111 10101010 1001111 110000

Color Harmonies of #1ADABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADABA

Black with #1ADABA

Text Example


Text Example

White with #1ADABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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