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

📋 copy color: '#07D2BB'

red 7 ◦ green 210 ◦ blue 187

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

Shades of Robin's Egg Blue #07D2BB

Tints of Robin's Egg Blue #07D2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 1.73%
G = 51.98%
B = 46.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#07D2BB (or 0x07D2BB) is known color: Robin's Egg Blue. HEX triplet: 07, D2 and BB. RGB value is (7,210,187). Sum of RGB (Red+Green+Blue) = 7+210+187=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #07D2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D2BB is #F82D44. Grayscale: #929292. Windows color (decimal): -16264517 or 12308999. OLE color: 12308999.

HSL color Cylindrical-coordinate representation of color #07D2BB: hue angle of 173.2º 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 #07D2BB is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 210 187 -
CMYK 0.97 0 0.11 0.18
HSL 173.2º 0.94% 0.43% -
HSV(B) 173.2º 0.97% 0.82% -
XYZ 32.1 49.73 54.92 -
YUV 146.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 7 210 187 0.97 0 0.11 0.18 173.2 0.94 0.43
Hex 7 D2 BB 61 0 B 12 AD 5E 2B
Octal 7 322 273 141 0 13 22 255 136 53
Binary 111 11010010 10111011 1100001 0 1011 10010 10101101 1011110 101011

Color Harmonies of #07D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D2BB

Black with #07D2BB

Text Example


Text Example

White with #07D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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