#00d3be

Color #00D3BE Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #00D3BE

Tints of Robin's Egg Blue #00D3BE

Color information

#00D3BE (or 0x00D3BE) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, D3 and BE. RGB value is (0,211,190). Sum of RGB (Red+Green+Blue) = 0+211+190=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #00D3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D3BE is #FF2C41. Grayscale: #919191. Windows color (decimal): -16723010 or 12505856. OLE color: 12505856.

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

Color convert

RGB0211190-
CMYK100.100.17
HSL174.03º100%41.37%-
HSV(B)174.03º100%82.75%-
XYZ32.5950.3156.71-
YUV145.52153.124.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 211 (82.81% from 255) = 52.62%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=0%
G=52.62%
B=47.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal0211190100.100.17174.0310041.37
Hex0D3BE640A11ae6429
Octal03232761440122125614451
Binary0110100111011111011001000101010001101011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00d3be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,211,190); }

 H1.HeaderClassName
 {
   color: #00d3be;
 }
 .AnyTagClassName
 {
   color: #00d3be;
 }
</style>
background-color css

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

 a { background-color: rgb(0,211,190); }

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

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

 span { border-color: rgb(0,211,190); }

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