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

📋 copy color: '#07D0CA'

red 7 ◦ green 208 ◦ blue 202

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

Shades of Robin's Egg Blue #07D0CA

Tints of Robin's Egg Blue #07D0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 1.68%
G = 49.88%
B = 48.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#07D0CA (or 0x07D0CA) is known color: Robin's Egg Blue. HEX triplet: 07, D0 and CA. RGB value is (7,208,202). Sum of RGB (Red+Green+Blue) = 7+208+202=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #07D0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D0CA is #F82F35. Grayscale: #939393. Windows color (decimal): -16265014 or 13291527. OLE color: 13291527.

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

Color convert

RGB 7 208 202 -
CMYK 0.97 0 0.03 0.18
HSL 178.21º 0.93% 0.42% -
HSV(B) 178.21º 0.97% 0.82% -
XYZ 33.3 49.42 63.66 -
YUV 147.22 158.91 27.99 -
System Red Green Blue C M Y K H S L
Decimal 7 208 202 0.97 0 0.03 0.18 178.21 0.93 0.42
Hex 7 D0 CA 61 0 3 12 B2 5D 2A
Octal 7 320 312 141 0 3 22 262 135 52
Binary 111 11010000 11001010 1100001 0 11 10010 10110010 1011101 101010

Color Harmonies of #07D0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D0CA

Black with #07D0CA

Text Example


Text Example

White with #07D0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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