Html Css Color HEX #7ED6CC Riptide

📋 copy color: '#7ED6CC'

red 126 ◦ green 214 ◦ blue 204

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

Shades of Riptide #7ED6CC

Tints of Riptide #7ED6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.34%

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

R = 23.16%
G = 39.34%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#7ED6CC (or 0x7ED6CC) is known color: Riptide. HEX triplet: 7E, D6 and CC. RGB value is (126,214,204). Sum of RGB (Red+Green+Blue) = 126+214+204=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6CC is #812933. Grayscale: #BABABA. Windows color (decimal): -8464692 or 13424254. OLE color: 13424254.

HSL color Cylindrical-coordinate representation of color #7ED6CC: hue angle of 173.18º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6CC is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 204 -
CMYK 0.41 0 0.05 0.16
HSL 173.18º 0.52% 0.67% -
HSV(B) 173.18º 0.41% 0.84% -
XYZ 43.55 56.89 65.81 -
YUV 186.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 126 214 204 0.41 0 0.05 0.16 173.18 0.52 0.67
Hex 7E D6 CC 29 0 5 10 AD 34 43
Octal 176 326 314 51 0 5 20 255 64 103
Binary 1111110 11010110 11001100 101001 0 101 10000 10101101 110100 1000011

Color Harmonies of #7ED6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED6CC

Black with #7ED6CC

Text Example


Text Example

White with #7ED6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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