Html Css Color HEX #7DDFC7 Riptide

📋 copy color: '#7DDFC7'

red 125 ◦ green 223 ◦ blue 199

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

Shades of Riptide #7DDFC7

Tints of Riptide #7DDFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 22.85%
G = 40.77%
B = 36.38%

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

#7DDFC7 (or 0x7DDFC7) is known color: Riptide. HEX triplet: 7D, DF and C7. RGB value is (125,223,199). Sum of RGB (Red+Green+Blue) = 125+223+199=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFC7 is #822038. Grayscale: #BEBEBE. Windows color (decimal): -8527929 or 13098877. OLE color: 13098877.

HSL color Cylindrical-coordinate representation of color #7DDFC7: hue angle of 165.31º 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 #7DDFC7 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 223 199 -
CMYK 0.44 0 0.11 0.13
HSL 165.31º 0.6% 0.68% -
HSV(B) 165.31º 0.44% 0.87% -
XYZ 45.15 61.26 63.48 -
YUV 190.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 125 223 199 0.44 0 0.11 0.13 165.31 0.6 0.68
Hex 7D DF C7 2C 0 B D A5 3C 44
Octal 175 337 307 54 0 13 15 245 74 104
Binary 1111101 11011111 11000111 101100 0 1011 1101 10100101 111100 1000100

Color Harmonies of #7DDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFC7

Black with #7DDFC7

Text Example


Text Example

White with #7DDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,199); }

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

background-color css

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

 a { background-color: rgb(125,223,199); }

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

border-color css

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

 span { border-color: rgb(125,223,199); }

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