Html Css Color HEX #01CCB4 Robin's Egg Blue

📋 copy color: '#01CCB4'

red 1 ◦ green 204 ◦ blue 180

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

Shades of Robin's Egg Blue #01CCB4

Tints of Robin's Egg Blue #01CCB4

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 0.26%
G = 52.99%
B = 46.75%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#01CCB4 (or 0x01CCB4) is known color: Robin's Egg Blue. HEX triplet: 01, CC and B4. RGB value is (1,204,180). Sum of RGB (Red+Green+Blue) = 1+204+180=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCB4 is #FE334B. Grayscale: #8C8C8C. Windows color (decimal): -16659276 or 11848705. OLE color: 11848705.

HSL color Cylindrical-coordinate representation of color #01CCB4: hue angle of 172.91º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCB4 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 204 180 -
CMYK 1.00 0 0.12 0.2
HSL 172.91º 0.99% 0.4% -
HSV(B) 172.91º 1% 0.8% -
XYZ 29.84 46.49 50.58 -
YUV 140.57 150.25 28.45 -
System Red Green Blue C M Y K H S L
Decimal 1 204 180 1.00 0 0.12 0.2 172.91 0.99 0.4
Hex 1 CC B4 64 0 C 14 AD 63 28
Octal 1 314 264 144 0 14 24 255 143 50
Binary 1 11001100 10110100 1100100 0 1100 10100 10101101 1100011 101000

Color Harmonies of #01CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCB4

Black with #01CCB4

Text Example


Text Example

White with #01CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CCB4; }

 p { color: rgb(1,204,180); }

 H1.HeaderClassName
 {
   color: #01CCB4;
 }
 .AnyTagClassName
 {
   color: #01CCB4;
 }
</style>

background-color css

<style>
 a { background-color: #01CCB4; }

 a { background-color: rgb(1,204,180); }

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

border-color css

<style>
 span { border-color: #01CCB4; }

 span { border-color: rgb(1,204,180); }

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