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

📋 copy color: '#1AD6BE'

red 26 ◦ green 214 ◦ blue 190

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

Shades of Robin's Egg Blue #1AD6BE

Tints of Robin's Egg Blue #1AD6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.77%

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 6.05%
G = 49.77%
B = 44.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#1AD6BE (or 0x1AD6BE) is known color: Robin's Egg Blue. HEX triplet: 1A, D6 and BE. RGB value is (26,214,190). Sum of RGB (Red+Green+Blue) = 26+214+190=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD6BE is #E52941. Grayscale: #9A9A9A. Windows color (decimal): -15018306 or 12506650. OLE color: 12506650.

HSL color Cylindrical-coordinate representation of color #1AD6BE: hue angle of 172.34º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD6BE is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 214 190 -
CMYK 0.88 0 0.11 0.16
HSL 172.34º 0.78% 0.47% -
HSV(B) 172.34º 0.88% 0.84% -
XYZ 33.77 52.03 56.98 -
YUV 155.05 147.72 35.95 -
System Red Green Blue C M Y K H S L
Decimal 26 214 190 0.88 0 0.11 0.16 172.34 0.78 0.47
Hex 1A D6 BE 58 0 B 10 AC 4E 2F
Octal 32 326 276 130 0 13 20 254 116 57
Binary 11010 11010110 10111110 1011000 0 1011 10000 10101100 1001110 101111

Color Harmonies of #1AD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD6BE

Black with #1AD6BE

Text Example


Text Example

White with #1AD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,214,190); }

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

background-color css

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

 a { background-color: rgb(26,214,190); }

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

border-color css

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

 span { border-color: rgb(26,214,190); }

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