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

📋 copy color: '#07D5C2'

red 7 ◦ green 213 ◦ blue 194

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

Shades of Robin's Egg Blue #07D5C2

Tints of Robin's Egg Blue #07D5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.45%

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 1.69%
G = 51.45%
B = 46.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#07D5C2 (or 0x07D5C2) is known color: Robin's Egg Blue. HEX triplet: 07, D5 and C2. RGB value is (7,213,194). Sum of RGB (Red+Green+Blue) = 7+213+194=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #07D5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D5C2 is #F82A3D. Grayscale: #959595. Windows color (decimal): -16263742 or 12768519. OLE color: 12768519.

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

Color convert

RGB 7 213 194 -
CMYK 0.97 0 0.09 0.16
HSL 174.47º 0.94% 0.43% -
HSV(B) 174.47º 0.97% 0.84% -
XYZ 33.62 51.53 59.21 -
YUV 149.24 153.25 26.54 -
System Red Green Blue C M Y K H S L
Decimal 7 213 194 0.97 0 0.09 0.16 174.47 0.94 0.43
Hex 7 D5 C2 61 0 9 10 AE 5E 2B
Octal 7 325 302 141 0 11 20 256 136 53
Binary 111 11010101 11000010 1100001 0 1001 10000 10101110 1011110 101011

Color Harmonies of #07D5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D5C2

Black with #07D5C2

Text Example


Text Example

White with #07D5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,213,194); }

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

background-color css

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

 a { background-color: rgb(7,213,194); }

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

border-color css

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

 span { border-color: rgb(7,213,194); }

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