Html Css Color HEX #7DDEC6 Riptide

📋 copy color: '#7DDEC6'

red 125 ◦ green 222 ◦ blue 198

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

Shades of Riptide #7DDEC6

Tints of Riptide #7DDEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

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

R = 22.94%
G = 40.73%
B = 36.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#7DDEC6 (or 0x7DDEC6) is known color: Riptide. HEX triplet: 7D, DE and C6. RGB value is (125,222,198). Sum of RGB (Red+Green+Blue) = 125+222+198=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEC6 is #822139. Grayscale: #BEBEBE. Windows color (decimal): -8528186 or 13033085. OLE color: 13033085.

HSL color Cylindrical-coordinate representation of color #7DDEC6: hue angle of 165.15º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDEC6 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 198 -
CMYK 0.44 0 0.11 0.13
HSL 165.15º 0.6% 0.68% -
HSV(B) 165.15º 0.44% 0.87% -
XYZ 44.77 60.68 62.78 -
YUV 190.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 125 222 198 0.44 0 0.11 0.13 165.15 0.6 0.68
Hex 7D DE C6 2C 0 B D A5 3C 44
Octal 175 336 306 54 0 13 15 245 74 104
Binary 1111101 11011110 11000110 101100 0 1011 1101 10100101 111100 1000100

Color Harmonies of #7DDEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEC6

Black with #7DDEC6

Text Example


Text Example

White with #7DDEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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