Html Css Color HEX #7ED2CC Riptide

📋 copy color: '#7ED2CC'

red 126 ◦ green 210 ◦ blue 204

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

Shades of Riptide #7ED2CC

Tints of Riptide #7ED2CC

RGB

 RED value IS 126 (49.61% from 255) = 23.33%

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 23.33%
G = 38.89%
B = 37.78%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#7ED2CC (or 0x7ED2CC) is known color: Riptide. HEX triplet: 7E, D2 and CC. RGB value is (126,210,204). Sum of RGB (Red+Green+Blue) = 126+210+204=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2CC is #812D33. Grayscale: #B8B8B8. Windows color (decimal): -8465716 or 13423230. OLE color: 13423230.

HSL color Cylindrical-coordinate representation of color #7ED2CC: hue angle of 175.71º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED2CC is Cyan = 0.4, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 210 204 -
CMYK 0.4 0 0.03 0.18
HSL 175.71º 0.48% 0.66% -
HSV(B) 175.71º 0.4% 0.82% -
XYZ 42.55 54.89 65.48 -
YUV 184.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 126 210 204 0.4 0 0.03 0.18 175.71 0.48 0.66
Hex 7E D2 CC 28 0 3 12 B0 30 42
Octal 176 322 314 50 0 3 22 260 60 102
Binary 1111110 11010010 11001100 101000 0 11 10010 10110000 110000 1000010

Color Harmonies of #7ED2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED2CC

Black with #7ED2CC

Text Example


Text Example

White with #7ED2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ED2CC; }

 p { color: rgb(126,210,204); }

 H1.HeaderClassName
 {
   color: #7ED2CC;
 }
 .AnyTagClassName
 {
   color: #7ED2CC;
 }
</style>

background-color css

<style>
 a { background-color: #7ED2CC; }

 a { background-color: rgb(126,210,204); }

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

border-color css

<style>
 span { border-color: #7ED2CC; }

 span { border-color: rgb(126,210,204); }

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