Html Css Color HEX #03C1C0 Robin's Egg Blue

📋 copy color: '#03C1C0'

red 3 ◦ green 193 ◦ blue 192

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

Shades of Robin's Egg Blue #03C1C0

Tints of Robin's Egg Blue #03C1C0

RGB

 RED value IS 3 (1.56% from 255) = 0.77%

 GREEN value IS 193 (75.78% from 255) = 49.74%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 0.77%
G = 49.74%
B = 49.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#03C1C0 (or 0x03C1C0) is known color: Robin's Egg Blue. HEX triplet: 03, C1 and C0. RGB value is (3,193,192). Sum of RGB (Red+Green+Blue) = 3+193+192=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #03C1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C1C0 is #FC3E3F. Grayscale: #878787. Windows color (decimal): -16531008 or 12632323. OLE color: 12632323.

HSL color Cylindrical-coordinate representation of color #03C1C0: hue angle of 179.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C1C0 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 193 192 -
CMYK 0.98 0 0.01 0.24
HSL 179.68º 0.97% 0.38% -
HSV(B) 179.68º 0.98% 0.76% -
XYZ 28.62 41.97 56.46 -
YUV 136.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 3 193 192 0.98 0 0.01 0.24 179.68 0.97 0.38
Hex 3 C1 C0 62 0 1 18 B4 61 26
Octal 3 301 300 142 0 1 30 264 141 46
Binary 11 11000001 11000000 1100010 0 1 11000 10110100 1100001 100110

Color Harmonies of #03C1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C1C0

Black with #03C1C0

Text Example


Text Example

White with #03C1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C1C0; }

 p { color: rgb(3,193,192); }

 H1.HeaderClassName
 {
   color: #03C1C0;
 }
 .AnyTagClassName
 {
   color: #03C1C0;
 }
</style>

background-color css

<style>
 a { background-color: #03C1C0; }

 a { background-color: rgb(3,193,192); }

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

border-color css

<style>
 span { border-color: #03C1C0; }

 span { border-color: rgb(3,193,192); }

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