Html Css Color HEX #7ED5CE Riptide

📋 copy color: '#7ED5CE'

red 126 ◦ green 213 ◦ blue 206

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

Shades of Riptide #7ED5CE

Tints of Riptide #7ED5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 23.12%
G = 39.08%
B = 37.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#7ED5CE (or 0x7ED5CE) is known color: Riptide. HEX triplet: 7E, D5 and CE. RGB value is (126,213,206). Sum of RGB (Red+Green+Blue) = 126+213+206=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED5CE is #812A31. Grayscale: #BABABA. Windows color (decimal): -8464946 or 13555070. OLE color: 13555070.

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

Color convert

RGB 126 213 206 -
CMYK 0.41 0 0.03 0.16
HSL 175.17º 0.51% 0.66% -
HSV(B) 175.17º 0.41% 0.84% -
XYZ 43.54 56.48 67 -
YUV 186.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 126 213 206 0.41 0 0.03 0.16 175.17 0.51 0.66
Hex 7E D5 CE 29 0 3 10 AF 33 42
Octal 176 325 316 51 0 3 20 257 63 102
Binary 1111110 11010101 11001110 101001 0 11 10000 10101111 110011 1000010

Color Harmonies of #7ED5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED5CE

Black with #7ED5CE

Text Example


Text Example

White with #7ED5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,213,206); }

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

background-color css

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

 a { background-color: rgb(126,213,206); }

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

border-color css

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

 span { border-color: rgb(126,213,206); }

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