Html Css Color HEX #7EDCC5 Riptide

📋 copy color: '#7EDCC5'

red 126 ◦ green 220 ◦ blue 197

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

Shades of Riptide #7EDCC5

Tints of Riptide #7EDCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 23.2%
G = 40.52%
B = 36.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#7EDCC5 (or 0x7EDCC5) is known color: Riptide. HEX triplet: 7E, DC and C5. RGB value is (126,220,197). Sum of RGB (Red+Green+Blue) = 126+220+197=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCC5 is #81233A. Grayscale: #BDBDBD. Windows color (decimal): -8463163 or 12967038. OLE color: 12967038.

HSL color Cylindrical-coordinate representation of color #7EDCC5: hue angle of 165.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDCC5 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 220 197 -
CMYK 0.43 0 0.10 0.14
HSL 165.32º 0.57% 0.68% -
HSV(B) 165.32º 0.43% 0.86% -
XYZ 44.28 59.65 62 -
YUV 189.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 126 220 197 0.43 0 0.10 0.14 165.32 0.57 0.68
Hex 7E DC C5 2B 0 A E A5 39 44
Octal 176 334 305 53 0 12 16 245 71 104
Binary 1111110 11011100 11000101 101011 0 1010 1110 10100101 111001 1000100

Color Harmonies of #7EDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDCC5

Black with #7EDCC5

Text Example


Text Example

White with #7EDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,220,197); }

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

background-color css

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

 a { background-color: rgb(126,220,197); }

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

border-color css

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

 span { border-color: rgb(126,220,197); }

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