Html Css Color HEX #7EDECB Riptide

📋 copy color: '#7EDECB'

red 126 ◦ green 222 ◦ blue 203

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

Shades of Riptide #7EDECB

Tints of Riptide #7EDECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 22.87%
G = 40.29%
B = 36.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#7EDECB (or 0x7EDECB) is known color: Riptide. HEX triplet: 7E, DE and CB. RGB value is (126,222,203). Sum of RGB (Red+Green+Blue) = 126+222+203=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDECB is #812134. Grayscale: #BFBFBF. Windows color (decimal): -8462645 or 13360766. OLE color: 13360766.

HSL color Cylindrical-coordinate representation of color #7EDECB: hue angle of 168.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDECB is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 222 203 -
CMYK 0.43 0 0.09 0.13
HSL 168.13º 0.59% 0.68% -
HSV(B) 168.13º 0.43% 0.87% -
XYZ 45.5 60.99 65.87 -
YUV 191.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 126 222 203 0.43 0 0.09 0.13 168.13 0.59 0.68
Hex 7E DE CB 2B 0 9 D A8 3B 44
Octal 176 336 313 53 0 11 15 250 73 104
Binary 1111110 11011110 11001011 101011 0 1001 1101 10101000 111011 1000100

Color Harmonies of #7EDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDECB

Black with #7EDECB

Text Example


Text Example

White with #7EDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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