Html Css Color HEX #7EDACB Riptide

📋 copy color: '#7EDACB'

red 126 ◦ green 218 ◦ blue 203

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

Shades of Riptide #7EDACB

Tints of Riptide #7EDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.85%

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 23.03%
G = 39.85%
B = 37.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#7EDACB (or 0x7EDACB) is known color: Riptide. HEX triplet: 7E, DA and CB. RGB value is (126,218,203). Sum of RGB (Red+Green+Blue) = 126+218+203=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDACB is #812534. Grayscale: #BCBCBC. Windows color (decimal): -8463669 or 13359742. OLE color: 13359742.

HSL color Cylindrical-coordinate representation of color #7EDACB: hue angle of 170.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDACB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 203 -
CMYK 0.42 0 0.07 0.15
HSL 170.22º 0.55% 0.67% -
HSV(B) 170.22º 0.42% 0.85% -
XYZ 44.46 58.89 65.52 -
YUV 188.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 126 218 203 0.42 0 0.07 0.15 170.22 0.55 0.67
Hex 7E DA CB 2A 0 7 F AA 37 43
Octal 176 332 313 52 0 7 17 252 67 103
Binary 1111110 11011010 11001011 101010 0 111 1111 10101010 110111 1000011

Color Harmonies of #7EDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDACB

Black with #7EDACB

Text Example


Text Example

White with #7EDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,203); }

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

background-color css

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

 a { background-color: rgb(126,218,203); }

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

border-color css

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

 span { border-color: rgb(126,218,203); }

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