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

📋 copy color: '#1ED2CC'

red 30 ◦ green 210 ◦ blue 204

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

Shades of Robin's Egg Blue #1ED2CC

Tints of Robin's Egg Blue #1ED2CC

RGB

 RED value IS 30 (12.11% from 255) = 6.76%

 GREEN value IS 210 (82.42% from 255) = 47.3%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 6.76%
G = 47.3%
B = 45.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#1ED2CC (or 0x1ED2CC) is known color: Robin's Egg Blue. HEX triplet: 1E, D2 and CC. RGB value is (30,210,204). Sum of RGB (Red+Green+Blue) = 30+210+204=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2CC is #E12D33. Grayscale: #9B9B9B. Windows color (decimal): -14757172 or 13423134. OLE color: 13423134.

HSL color Cylindrical-coordinate representation of color #1ED2CC: hue angle of 178º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED2CC is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 210 204 -
CMYK 0.86 0 0.03 0.18
HSL 178º 0.75% 0.47% -
HSV(B) 178º 0.86% 0.82% -
XYZ 34.48 50.73 65.1 -
YUV 155.5 155.37 38.49 -
System Red Green Blue C M Y K H S L
Decimal 30 210 204 0.86 0 0.03 0.18 178 0.75 0.47
Hex 1E D2 CC 56 0 3 12 B2 4B 2F
Octal 36 322 314 126 0 3 22 262 113 57
Binary 11110 11010010 11001100 1010110 0 11 10010 10110010 1001011 101111

Color Harmonies of #1ED2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED2CC

Black with #1ED2CC

Text Example


Text Example

White with #1ED2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,210,204); }

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

background-color css

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

 a { background-color: rgb(30,210,204); }

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

border-color css

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

 span { border-color: rgb(30,210,204); }

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