Html Css Color HEX #07DCB9 Robin's Egg Blue

📋 copy color: '#07DCB9'

red 7 ◦ green 220 ◦ blue 185

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

Shades of Robin's Egg Blue #07DCB9

Tints of Robin's Egg Blue #07DCB9

RGB

 RED value IS 7 (3.13% from 255) = 1.7%

 GREEN value IS 220 (86.33% from 255) = 53.4%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 1.7%
G = 53.4%
B = 44.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#07DCB9 (or 0x07DCB9) is known color: Robin's Egg Blue. HEX triplet: 07, DC and B9. RGB value is (7,220,185). Sum of RGB (Red+Green+Blue) = 7+220+185=412 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCB9 is #F82346. Grayscale: #989898. Windows color (decimal): -16261959 or 12180487. OLE color: 12180487.

HSL color Cylindrical-coordinate representation of color #07DCB9: hue angle of 170.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCB9 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 185 -
CMYK 0.97 0 0.16 0.14
HSL 170.14º 0.94% 0.45% -
HSV(B) 170.14º 0.97% 0.86% -
XYZ 34.44 54.73 54.65 -
YUV 152.32 146.43 24.35 -
System Red Green Blue C M Y K H S L
Decimal 7 220 185 0.97 0 0.16 0.14 170.14 0.94 0.45
Hex 7 DC B9 61 0 10 E AA 5E 2D
Octal 7 334 271 141 0 20 16 252 136 55
Binary 111 11011100 10111001 1100001 0 10000 1110 10101010 1011110 101101

Color Harmonies of #07DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCB9

Black with #07DCB9

Text Example


Text Example

White with #07DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DCB9; }

 p { color: rgb(7,220,185); }

 H1.HeaderClassName
 {
   color: #07DCB9;
 }
 .AnyTagClassName
 {
   color: #07DCB9;
 }
</style>

background-color css

<style>
 a { background-color: #07DCB9; }

 a { background-color: rgb(7,220,185); }

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

border-color css

<style>
 span { border-color: #07DCB9; }

 span { border-color: rgb(7,220,185); }

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