Html Css Color HEX #00D2BC Robin's Egg Blue

📋 copy color: '#00D2BC'

red 0 ◦ green 210 ◦ blue 188

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

Shades of Robin's Egg Blue #00D2BC

Tints of Robin's Egg Blue #00D2BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 0%
G = 52.76%
B = 47.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#00D2BC (or 0x00D2BC) is known color: Robin's Egg Blue. HEX triplet: 00, D2 and BC. RGB value is (0,210,188). Sum of RGB (Red+Green+Blue) = 0+210+188=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #00D2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D2BC is #FF2D43. Grayscale: #909090. Windows color (decimal): -16723268 or 12374528. OLE color: 12374528.

HSL color Cylindrical-coordinate representation of color #00D2BC: hue angle of 173.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D2BC is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 210 188 -
CMYK 1 0 0.10 0.18
HSL 173.71º 1% 0.41% -
HSV(B) 173.71º 1% 0.82% -
XYZ 32.12 49.72 55.48 -
YUV 144.7 152.43 24.79 -
System Red Green Blue C M Y K H S L
Decimal 0 210 188 1 0 0.10 0.18 173.71 1 0.41
Hex 0 D2 BC 64 0 A 12 AE 64 29
Octal 0 322 274 144 0 12 22 256 144 51
Binary 0 11010010 10111100 1100100 0 1010 10010 10101110 1100100 101001

Color Harmonies of #00D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D2BC

Black with #00D2BC

Text Example


Text Example

White with #00D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D2BC; }

 p { color: rgb(0,210,188); }

 H1.HeaderClassName
 {
   color: #00D2BC;
 }
 .AnyTagClassName
 {
   color: #00D2BC;
 }
</style>

background-color css

<style>
 a { background-color: #00D2BC; }

 a { background-color: rgb(0,210,188); }

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

border-color css

<style>
 span { border-color: #00D2BC; }

 span { border-color: rgb(0,210,188); }

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