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

📋 copy color: '#03D2CA'

red 3 ◦ green 210 ◦ blue 202

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

Shades of Robin's Egg Blue #03D2CA

Tints of Robin's Egg Blue #03D2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 0.72%
G = 50.6%
B = 48.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#03D2CA (or 0x03D2CA) is known color: Robin's Egg Blue. HEX triplet: 03, D2 and CA. RGB value is (3,210,202). Sum of RGB (Red+Green+Blue) = 3+210+202=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #03D2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D2CA is #FC2D35. Grayscale: #939393. Windows color (decimal): -16526646 or 13292035. OLE color: 13292035.

HSL color Cylindrical-coordinate representation of color #03D2CA: hue angle of 177.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2CA is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 210 202 -
CMYK 0.99 0 0.04 0.18
HSL 177.68º 0.97% 0.42% -
HSV(B) 177.68º 0.99% 0.82% -
XYZ 33.74 50.38 63.82 -
YUV 147.2 158.92 25.15 -
System Red Green Blue C M Y K H S L
Decimal 3 210 202 0.99 0 0.04 0.18 177.68 0.97 0.42
Hex 3 D2 CA 63 0 4 12 B2 61 2A
Octal 3 322 312 143 0 4 22 262 141 52
Binary 11 11010010 11001010 1100011 0 100 10010 10110010 1100001 101010

Color Harmonies of #03D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D2CA

Black with #03D2CA

Text Example


Text Example

White with #03D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,210,202); }

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

background-color css

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

 a { background-color: rgb(3,210,202); }

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

border-color css

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

 span { border-color: rgb(3,210,202); }

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