Html Css Color HEX #7DE5CC Riptide

📋 copy color: '#7DE5CC'

red 125 ◦ green 229 ◦ blue 204

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

Shades of Riptide #7DE5CC

Tints of Riptide #7DE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.04%

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

R = 22.4%
G = 41.04%
B = 36.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#7DE5CC (or 0x7DE5CC) is known color: Riptide. HEX triplet: 7D, E5 and CC. RGB value is (125,229,204). Sum of RGB (Red+Green+Blue) = 125+229+204=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5CC is #821A33. Grayscale: #C3C3C3. Windows color (decimal): -8526388 or 13428093. OLE color: 13428093.

HSL color Cylindrical-coordinate representation of color #7DE5CC: hue angle of 165.58º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5CC is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 229 204 -
CMYK 0.45 0 0.11 0.10
HSL 165.58º 0.67% 0.69% -
HSV(B) 165.58º 0.45% 0.9% -
XYZ 47.38 64.76 67.13 -
YUV 195.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 125 229 204 0.45 0 0.11 0.10 165.58 0.67 0.69
Hex 7D E5 CC 2D 0 B A A6 43 45
Octal 175 345 314 55 0 13 12 246 103 105
Binary 1111101 11100101 11001100 101101 0 1011 1010 10100110 1000011 1000101

Color Harmonies of #7DE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE5CC

Black with #7DE5CC

Text Example


Text Example

White with #7DE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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