Html Css Color HEX #7DE1CC Riptide

📋 copy color: '#7DE1CC'

red 125 ◦ green 225 ◦ blue 204

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

Shades of Riptide #7DE1CC

Tints of Riptide #7DE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.61%

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

R = 22.56%
G = 40.61%
B = 36.82%

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

#7DE1CC (or 0x7DE1CC) is known color: Riptide. HEX triplet: 7D, E1 and CC. RGB value is (125,225,204). Sum of RGB (Red+Green+Blue) = 125+225+204=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE1CC is #821E33. Grayscale: #C0C0C0. Windows color (decimal): -8527412 or 13427069. OLE color: 13427069.

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

Color convert

RGB 125 225 204 -
CMYK 0.44 0 0.09 0.12
HSL 167.4º 0.63% 0.69% -
HSV(B) 167.4º 0.44% 0.88% -
XYZ 46.28 62.57 66.76 -
YUV 192.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 125 225 204 0.44 0 0.09 0.12 167.4 0.63 0.69
Hex 7D E1 CC 2C 0 9 C A7 3E 45
Octal 175 341 314 54 0 11 14 247 76 105
Binary 1111101 11100001 11001100 101100 0 1001 1100 10100111 111110 1000101

Color Harmonies of #7DE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE1CC

Black with #7DE1CC

Text Example


Text Example

White with #7DE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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