Html Css Color HEX #7DE0CC Riptide

📋 copy color: '#7DE0CC'

red 125 ◦ green 224 ◦ blue 204

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

Shades of Riptide #7DE0CC

Tints of Riptide #7DE0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 22.6%
G = 40.51%
B = 36.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#7DE0CC (or 0x7DE0CC) is known color: Riptide. HEX triplet: 7D, E0 and CC. RGB value is (125,224,204). Sum of RGB (Red+Green+Blue) = 125+224+204=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0CC is #821F33. Grayscale: #C0C0C0. Windows color (decimal): -8527668 or 13426813. OLE color: 13426813.

HSL color Cylindrical-coordinate representation of color #7DE0CC: hue angle of 167.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE0CC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 224 204 -
CMYK 0.44 0 0.09 0.12
HSL 167.88º 0.61% 0.68% -
HSV(B) 167.88º 0.44% 0.88% -
XYZ 46.01 62.03 66.67 -
YUV 192.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 125 224 204 0.44 0 0.09 0.12 167.88 0.61 0.68
Hex 7D E0 CC 2C 0 9 C A8 3D 44
Octal 175 340 314 54 0 11 14 250 75 104
Binary 1111101 11100000 11001100 101100 0 1001 1100 10101000 111101 1000100

Color Harmonies of #7DE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE0CC

Black with #7DE0CC

Text Example


Text Example

White with #7DE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,224,204); }

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

background-color css

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

 a { background-color: rgb(125,224,204); }

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

border-color css

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

 span { border-color: rgb(125,224,204); }

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