Html Css Color HEX #7EDFDA Riptide

📋 copy color: '#7EDFDA'

red 126 ◦ green 223 ◦ blue 218

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

Shades of Riptide #7EDFDA

Tints of Riptide #7EDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 22.22%
G = 39.33%
B = 38.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#7EDFDA (or 0x7EDFDA) is known color: Riptide. HEX triplet: 7E, DF and DA. RGB value is (126,223,218). Sum of RGB (Red+Green+Blue) = 126+223+218=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFDA is #812025. Grayscale: #C1C1C1. Windows color (decimal): -8462374 or 14344062. OLE color: 14344062.

HSL color Cylindrical-coordinate representation of color #7EDFDA: hue angle of 176.91º degrees, saturation: 0.6, 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 #7EDFDA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 218 -
CMYK 0.43 0 0.02 0.13
HSL 176.91º 0.6% 0.68% -
HSV(B) 176.91º 0.43% 0.87% -
XYZ 47.65 62.27 75.84 -
YUV 193.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 126 223 218 0.43 0 0.02 0.13 176.91 0.6 0.68
Hex 7E DF DA 2B 0 2 D B1 3C 44
Octal 176 337 332 53 0 2 15 261 74 104
Binary 1111110 11011111 11011010 101011 0 10 1101 10110001 111100 1000100

Color Harmonies of #7EDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFDA

Black with #7EDFDA

Text Example


Text Example

White with #7EDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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