Html Css Color HEX #7EDCD3 Riptide

📋 copy color: '#7EDCD3'

red 126 ◦ green 220 ◦ blue 211

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

Shades of Riptide #7EDCD3

Tints of Riptide #7EDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 22.62%
G = 39.5%
B = 37.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#7EDCD3 (or 0x7EDCD3) is known color: Riptide. HEX triplet: 7E, DC and D3. RGB value is (126,220,211). Sum of RGB (Red+Green+Blue) = 126+220+211=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCD3 is #81232C. Grayscale: #BEBEBE. Windows color (decimal): -8463149 or 13884542. OLE color: 13884542.

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

Color convert

RGB 126 220 211 -
CMYK 0.43 0 0.04 0.14
HSL 174.26º 0.57% 0.68% -
HSV(B) 174.26º 0.43% 0.86% -
XYZ 45.96 60.33 70.85 -
YUV 190.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 126 220 211 0.43 0 0.04 0.14 174.26 0.57 0.68
Hex 7E DC D3 2B 0 4 E AE 39 44
Octal 176 334 323 53 0 4 16 256 71 104
Binary 1111110 11011100 11010011 101011 0 100 1110 10101110 111001 1000100

Color Harmonies of #7EDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDCD3

Black with #7EDCD3

Text Example


Text Example

White with #7EDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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