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

📋 copy color: '#1ACAC2'

red 26 ◦ green 202 ◦ blue 194

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

Shades of Robin's Egg Blue #1ACAC2

Tints of Robin's Egg Blue #1ACAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 6.16%
G = 47.87%
B = 45.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#1ACAC2 (or 0x1ACAC2) is known color: Robin's Egg Blue. HEX triplet: 1A, CA and C2. RGB value is (26,202,194). Sum of RGB (Red+Green+Blue) = 26+202+194=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACAC2 is #E5353D. Grayscale: #949494. Windows color (decimal): -15021374 or 12765722. OLE color: 12765722.

HSL color Cylindrical-coordinate representation of color #1ACAC2: hue angle of 177.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACAC2 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 202 194 -
CMYK 0.87 0 0.04 0.21
HSL 177.27º 0.77% 0.45% -
HSV(B) 177.27º 0.87% 0.79% -
XYZ 31.28 46.36 58.34 -
YUV 148.46 153.69 40.65 -
System Red Green Blue C M Y K H S L
Decimal 26 202 194 0.87 0 0.04 0.21 177.27 0.77 0.45
Hex 1A CA C2 57 0 4 15 B1 4D 2D
Octal 32 312 302 127 0 4 25 261 115 55
Binary 11010 11001010 11000010 1010111 0 100 10101 10110001 1001101 101101

Color Harmonies of #1ACAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACAC2

Black with #1ACAC2

Text Example


Text Example

White with #1ACAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,202,194); }

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

background-color css

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

 a { background-color: rgb(26,202,194); }

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

border-color css

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

 span { border-color: rgb(26,202,194); }

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