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

📋 copy color: '#07E2BA'

red 7 ◦ green 226 ◦ blue 186

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

Shades of Robin's Egg Blue #07E2BA

Tints of Robin's Egg Blue #07E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.94%

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

R = 1.67%
G = 53.94%
B = 44.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#07E2BA (or 0x07E2BA) is known color: Robin's Egg Blue. HEX triplet: 07, E2 and BA. RGB value is (7,226,186). Sum of RGB (Red+Green+Blue) = 7+226+186=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #07E2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E2BA is #F81D45. Grayscale: #9B9B9B. Windows color (decimal): -16260422 or 12247559. OLE color: 12247559.

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

Color convert

RGB 7 226 186 -
CMYK 0.97 0 0.18 0.11
HSL 169.04º 0.94% 0.46% -
HSV(B) 169.04º 0.97% 0.89% -
XYZ 36.15 57.98 55.74 -
YUV 155.96 144.95 21.75 -
System Red Green Blue C M Y K H S L
Decimal 7 226 186 0.97 0 0.18 0.11 169.04 0.94 0.46
Hex 7 E2 BA 61 0 12 B A9 5E 2E
Octal 7 342 272 141 0 22 13 251 136 56
Binary 111 11100010 10111010 1100001 0 10010 1011 10101001 1011110 101110

Color Harmonies of #07E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E2BA

Black with #07E2BA

Text Example


Text Example

White with #07E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,226,186); }

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

background-color css

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

 a { background-color: rgb(7,226,186); }

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

border-color css

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

 span { border-color: rgb(7,226,186); }

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