Html Css Color HEX #7DE6C6 Riptide

📋 copy color: '#7DE6C6'

red 125 ◦ green 230 ◦ blue 198

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

Shades of Riptide #7DE6C6

Tints of Riptide #7DE6C6

RGB

 RED value IS 125 (49.22% from 255) = 22.6%

 GREEN value IS 230 (90.23% from 255) = 41.59%

 BLUE value IS 198 (77.73% from 255) = 35.8%

R = 22.6%
G = 41.59%
B = 35.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#7DE6C6 (or 0x7DE6C6) is known color: Riptide. HEX triplet: 7D, E6 and C6. RGB value is (125,230,198). Sum of RGB (Red+Green+Blue) = 125+230+198=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6C6 is #821939. Grayscale: #C2C2C2. Windows color (decimal): -8526138 or 13035133. OLE color: 13035133.

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

Color convert

RGB 125 230 198 -
CMYK 0.46 0 0.14 0.10
HSL 161.71º 0.68% 0.7% -
HSV(B) 161.71º 0.46% 0.9% -
XYZ 46.95 65.03 63.5 -
YUV 194.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 125 230 198 0.46 0 0.14 0.10 161.71 0.68 0.7
Hex 7D E6 C6 2E 0 E A A2 44 46
Octal 175 346 306 56 0 16 12 242 104 106
Binary 1111101 11100110 11000110 101110 0 1110 1010 10100010 1000100 1000110

Color Harmonies of #7DE6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6C6

Black with #7DE6C6

Text Example


Text Example

White with #7DE6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,230,198); }

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

background-color css

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

 a { background-color: rgb(125,230,198); }

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

border-color css

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

 span { border-color: rgb(125,230,198); }

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