Html Css Color HEX #7ED6CE Riptide

📋 copy color: '#7ED6CE'

red 126 ◦ green 214 ◦ blue 206

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

Shades of Riptide #7ED6CE

Tints of Riptide #7ED6CE

RGB

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

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

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

R = 23.08%
G = 39.19%
B = 37.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#7ED6CE (or 0x7ED6CE) is known color: Riptide. HEX triplet: 7E, D6 and CE. RGB value is (126,214,206). Sum of RGB (Red+Green+Blue) = 126+214+206=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6CE is #812931. Grayscale: #BABABA. Windows color (decimal): -8464690 or 13555326. OLE color: 13555326.

HSL color Cylindrical-coordinate representation of color #7ED6CE: hue angle of 174.55º 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 #7ED6CE is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 206 -
CMYK 0.41 0 0.04 0.16
HSL 174.55º 0.52% 0.67% -
HSV(B) 174.55º 0.41% 0.84% -
XYZ 43.79 56.98 67.08 -
YUV 186.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 126 214 206 0.41 0 0.04 0.16 174.55 0.52 0.67
Hex 7E D6 CE 29 0 4 10 AF 34 43
Octal 176 326 316 51 0 4 20 257 64 103
Binary 1111110 11010110 11001110 101001 0 100 10000 10101111 110100 1000011

Color Harmonies of #7ED6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED6CE

Black with #7ED6CE

Text Example


Text Example

White with #7ED6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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