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

📋 copy color: '#07D0BE'

red 7 ◦ green 208 ◦ blue 190

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

Shades of Robin's Egg Blue #07D0BE

Tints of Robin's Egg Blue #07D0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 1.73%
G = 51.36%
B = 46.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#07D0BE (or 0x07D0BE) is known color: Robin's Egg Blue. HEX triplet: 07, D0 and BE. RGB value is (7,208,190). Sum of RGB (Red+Green+Blue) = 7+208+190=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #07D0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D0BE is #F82F41. Grayscale: #919191. Windows color (decimal): -16265026 or 12505095. OLE color: 12505095.

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

Color convert

RGB 7 208 190 -
CMYK 0.97 0 0.09 0.18
HSL 174.63º 0.93% 0.42% -
HSV(B) 174.63º 0.97% 0.82% -
XYZ 31.94 48.87 56.47 -
YUV 145.85 152.91 28.96 -
System Red Green Blue C M Y K H S L
Decimal 7 208 190 0.97 0 0.09 0.18 174.63 0.93 0.42
Hex 7 D0 BE 61 0 9 12 AF 5D 2A
Octal 7 320 276 141 0 11 22 257 135 52
Binary 111 11010000 10111110 1100001 0 1001 10010 10101111 1011101 101010

Color Harmonies of #07D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D0BE

Black with #07D0BE

Text Example


Text Example

White with #07D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,208,190); }

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

background-color css

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

 a { background-color: rgb(7,208,190); }

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

border-color css

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

 span { border-color: rgb(7,208,190); }

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