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

📋 copy color: '#00DFBA'

red 0 ◦ green 223 ◦ blue 186

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

Shades of Robin's Egg Blue #00DFBA

Tints of Robin's Egg Blue #00DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

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

R = 0%
G = 54.52%
B = 45.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#00DFBA (or 0x00DFBA) is known color: Robin's Egg Blue. HEX triplet: 00, DF and BA. RGB value is (0,223,186). Sum of RGB (Red+Green+Blue) = 0+223+186=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFBA is #FF2045. Grayscale: #989898. Windows color (decimal): -16719942 or 12246784. OLE color: 12246784.

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

Color convert

RGB 0 223 186 -
CMYK 1 0 0.17 0.13
HSL 170.04º 1% 0.44% -
HSV(B) 170.04º 1% 0.87% -
XYZ 35.25 56.32 55.47 -
YUV 152.11 147.12 19.51 -
System Red Green Blue C M Y K H S L
Decimal 0 223 186 1 0 0.17 0.13 170.04 1 0.44
Hex 0 DF BA 64 0 11 D AA 64 2C
Octal 0 337 272 144 0 21 15 252 144 54
Binary 0 11011111 10111010 1100100 0 10001 1101 10101010 1100100 101100

Color Harmonies of #00DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFBA

Black with #00DFBA

Text Example


Text Example

White with #00DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,223,186); }

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

background-color css

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

 a { background-color: rgb(0,223,186); }

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

border-color css

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

 span { border-color: rgb(0,223,186); }

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