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

📋 copy color: '#07D4BA'

red 7 ◦ green 212 ◦ blue 186

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

Shades of Robin's Egg Blue #07D4BA

Tints of Robin's Egg Blue #07D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.35%

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

R = 1.73%
G = 52.35%
B = 45.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#07D4BA (or 0x07D4BA) is known color: Robin's Egg Blue. HEX triplet: 07, D4 and BA. RGB value is (7,212,186). Sum of RGB (Red+Green+Blue) = 7+212+186=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #07D4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D4BA is #F82B45. Grayscale: #939393. Windows color (decimal): -16264006 or 12243975. OLE color: 12243975.

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

Color convert

RGB 7 212 186 -
CMYK 0.97 0 0.12 0.17
HSL 172.39º 0.94% 0.43% -
HSV(B) 172.39º 0.97% 0.83% -
XYZ 32.49 50.68 54.52 -
YUV 147.74 149.58 27.61 -
System Red Green Blue C M Y K H S L
Decimal 7 212 186 0.97 0 0.12 0.17 172.39 0.94 0.43
Hex 7 D4 BA 61 0 C 11 AC 5E 2B
Octal 7 324 272 141 0 14 21 254 136 53
Binary 111 11010100 10111010 1100001 0 1100 10001 10101100 1011110 101011

Color Harmonies of #07D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D4BA

Black with #07D4BA

Text Example


Text Example

White with #07D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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