Html Css Color HEX #7DE6CF Riptide

📋 copy color: '#7DE6CF'

red 125 ◦ green 230 ◦ blue 207

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

Shades of Riptide #7DE6CF

Tints of Riptide #7DE6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 22.24%
G = 40.93%
B = 36.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#7DE6CF (or 0x7DE6CF) is known color: Riptide. HEX triplet: 7D, E6 and CF. RGB value is (125,230,207). Sum of RGB (Red+Green+Blue) = 125+230+207=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6CF is #821930. Grayscale: #C3C3C3. Windows color (decimal): -8526129 or 13624957. OLE color: 13624957.

HSL color Cylindrical-coordinate representation of color #7DE6CF: hue angle of 166.86º 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 #7DE6CF is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 230 207 -
CMYK 0.46 0 0.10 0.10
HSL 166.86º 0.68% 0.7% -
HSV(B) 166.86º 0.46% 0.9% -
XYZ 48.02 65.46 69.14 -
YUV 195.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 125 230 207 0.46 0 0.10 0.10 166.86 0.68 0.7
Hex 7D E6 CF 2E 0 A A A7 44 46
Octal 175 346 317 56 0 12 12 247 104 106
Binary 1111101 11100110 11001111 101110 0 1010 1010 10100111 1000100 1000110

Color Harmonies of #7DE6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6CF

Black with #7DE6CF

Text Example


Text Example

White with #7DE6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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