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

📋 copy color: '#03D0BD'

red 3 ◦ green 208 ◦ blue 189

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

Shades of Robin's Egg Blue #03D0BD

Tints of Robin's Egg Blue #03D0BD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 0.75%
G = 52%
B = 47.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#03D0BD (or 0x03D0BD) is known color: Robin's Egg Blue. HEX triplet: 03, D0 and BD. RGB value is (3,208,189). Sum of RGB (Red+Green+Blue) = 3+208+189=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #03D0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D0BD is #FC2F42. Grayscale: #909090. Windows color (decimal): -16527171 or 12439555. OLE color: 12439555.

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

Color convert

RGB 3 208 189 -
CMYK 0.99 0 0.09 0.18
HSL 174.44º 0.97% 0.41% -
HSV(B) 174.44º 0.99% 0.82% -
XYZ 31.78 48.81 55.89 -
YUV 144.54 153.08 27.04 -
System Red Green Blue C M Y K H S L
Decimal 3 208 189 0.99 0 0.09 0.18 174.44 0.97 0.41
Hex 3 D0 BD 63 0 9 12 AE 61 29
Octal 3 320 275 143 0 11 22 256 141 51
Binary 11 11010000 10111101 1100011 0 1001 10010 10101110 1100001 101001

Color Harmonies of #03D0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D0BD

Black with #03D0BD

Text Example


Text Example

White with #03D0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,208,189); }

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

background-color css

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

 a { background-color: rgb(3,208,189); }

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

border-color css

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

 span { border-color: rgb(3,208,189); }

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