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

📋 copy color: '#07D2BD'

red 7 ◦ green 210 ◦ blue 189

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

Shades of Robin's Egg Blue #07D2BD

Tints of Robin's Egg Blue #07D2BD

RGB

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

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

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

R = 1.72%
G = 51.72%
B = 46.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#07D2BD (or 0x07D2BD) is known color: Robin's Egg Blue. HEX triplet: 07, D2 and BD. RGB value is (7,210,189). Sum of RGB (Red+Green+Blue) = 7+210+189=406 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #07D2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D2BD is #F82D42. Grayscale: #929292. Windows color (decimal): -16264515 or 12440071. OLE color: 12440071.

HSL color Cylindrical-coordinate representation of color #07D2BD: hue angle of 173.79º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D2BD is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 210 189 -
CMYK 0.97 0 0.10 0.18
HSL 173.79º 0.94% 0.43% -
HSV(B) 173.79º 0.97% 0.82% -
XYZ 32.32 49.81 56.06 -
YUV 146.91 151.75 28.21 -
System Red Green Blue C M Y K H S L
Decimal 7 210 189 0.97 0 0.10 0.18 173.79 0.94 0.43
Hex 7 D2 BD 61 0 A 12 AE 5E 2B
Octal 7 322 275 141 0 12 22 256 136 53
Binary 111 11010010 10111101 1100001 0 1010 10010 10101110 1011110 101011

Color Harmonies of #07D2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D2BD

Black with #07D2BD

Text Example


Text Example

White with #07D2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,210,189); }

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

background-color css

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

 a { background-color: rgb(7,210,189); }

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

border-color css

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

 span { border-color: rgb(7,210,189); }

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