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

📋 copy color: '#1ACABF'

red 26 ◦ green 202 ◦ blue 191

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

Shades of Robin's Egg Blue #1ACABF

Tints of Robin's Egg Blue #1ACABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 6.21%
G = 48.21%
B = 45.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#1ACABF (or 0x1ACABF) is known color: Robin's Egg Blue. HEX triplet: 1A, CA and BF. RGB value is (26,202,191). Sum of RGB (Red+Green+Blue) = 26+202+191=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACABF is #E53540. Grayscale: #939393. Windows color (decimal): -15021377 or 12569114. OLE color: 12569114.

HSL color Cylindrical-coordinate representation of color #1ACABF: hue angle of 176.25º 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 #1ACABF is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 202 191 -
CMYK 0.87 0 0.05 0.21
HSL 176.25º 0.77% 0.45% -
HSV(B) 176.25º 0.87% 0.79% -
XYZ 30.95 46.22 56.58 -
YUV 148.12 152.19 40.89 -
System Red Green Blue C M Y K H S L
Decimal 26 202 191 0.87 0 0.05 0.21 176.25 0.77 0.45
Hex 1A CA BF 57 0 5 15 B0 4D 2D
Octal 32 312 277 127 0 5 25 260 115 55
Binary 11010 11001010 10111111 1010111 0 101 10101 10110000 1001101 101101

Color Harmonies of #1ACABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACABF

Black with #1ACABF

Text Example


Text Example

White with #1ACABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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