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

📋 copy color: '#03D8BA'

red 3 ◦ green 216 ◦ blue 186

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

Shades of Robin's Egg Blue #03D8BA

Tints of Robin's Egg Blue #03D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.33%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 0.74%
G = 53.33%
B = 45.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#03D8BA (or 0x03D8BA) is known color: Robin's Egg Blue. HEX triplet: 03, D8 and BA. RGB value is (3,216,186). Sum of RGB (Red+Green+Blue) = 3+216+186=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #03D8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D8BA is #FC2745. Grayscale: #949494. Windows color (decimal): -16525126 or 12244995. OLE color: 12244995.

HSL color Cylindrical-coordinate representation of color #03D8BA: hue angle of 171.55º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8BA is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 216 186 -
CMYK 0.99 0 0.14 0.15
HSL 171.55º 0.97% 0.43% -
HSV(B) 171.55º 0.99% 0.85% -
XYZ 33.46 52.68 54.86 -
YUV 148.89 148.93 23.94 -
System Red Green Blue C M Y K H S L
Decimal 3 216 186 0.99 0 0.14 0.15 171.55 0.97 0.43
Hex 3 D8 BA 63 0 E F AC 61 2B
Octal 3 330 272 143 0 16 17 254 141 53
Binary 11 11011000 10111010 1100011 0 1110 1111 10101100 1100001 101011

Color Harmonies of #03D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D8BA

Black with #03D8BA

Text Example


Text Example

White with #03D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,216,186); }

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

background-color css

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

 a { background-color: rgb(3,216,186); }

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

border-color css

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

 span { border-color: rgb(3,216,186); }

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