Html Css Color HEX #7DE6CE Riptide

📋 copy color: '#7DE6CE'

red 125 ◦ green 230 ◦ blue 206

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

Shades of Riptide #7DE6CE

Tints of Riptide #7DE6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 22.28%
G = 41%
B = 36.72%

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

#7DE6CE (or 0x7DE6CE) is known color: Riptide. HEX triplet: 7D, E6 and CE. RGB value is (125,230,206). Sum of RGB (Red+Green+Blue) = 125+230+206=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6CE is #821931. Grayscale: #C3C3C3. Windows color (decimal): -8526130 or 13559421. OLE color: 13559421.

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

Color convert

RGB 125 230 206 -
CMYK 0.46 0 0.10 0.10
HSL 166.29º 0.68% 0.7% -
HSV(B) 166.29º 0.46% 0.9% -
XYZ 47.89 65.41 68.49 -
YUV 195.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 125 230 206 0.46 0 0.10 0.10 166.29 0.68 0.7
Hex 7D E6 CE 2E 0 A A A6 44 46
Octal 175 346 316 56 0 12 12 246 104 106
Binary 1111101 11100110 11001110 101110 0 1010 1010 10100110 1000100 1000110

Color Harmonies of #7DE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6CE

Black with #7DE6CE

Text Example


Text Example

White with #7DE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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