Html Css Color HEX #7DD9CA Riptide

📋 copy color: '#7DD9CA'

red 125 ◦ green 217 ◦ blue 202

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

Shades of Riptide #7DD9CA

Tints of Riptide #7DD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.89%

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 22.98%
G = 39.89%
B = 37.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#7DD9CA (or 0x7DD9CA) is known color: Riptide. HEX triplet: 7D, D9 and CA. RGB value is (125,217,202). Sum of RGB (Red+Green+Blue) = 125+217+202=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9CA is #822635. Grayscale: #BBBBBB. Windows color (decimal): -8529462 or 13293949. OLE color: 13293949.

HSL color Cylindrical-coordinate representation of color #7DD9CA: hue angle of 170.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD9CA is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 202 -
CMYK 0.42 0 0.07 0.15
HSL 170.22º 0.55% 0.67% -
HSV(B) 170.22º 0.42% 0.85% -
XYZ 43.93 58.25 64.81 -
YUV 187.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 125 217 202 0.42 0 0.07 0.15 170.22 0.55 0.67
Hex 7D D9 CA 2A 0 7 F AA 37 43
Octal 175 331 312 52 0 7 17 252 67 103
Binary 1111101 11011001 11001010 101010 0 111 1111 10101010 110111 1000011

Color Harmonies of #7DD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD9CA

Black with #7DD9CA

Text Example


Text Example

White with #7DD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,217,202); }

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

background-color css

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

 a { background-color: rgb(125,217,202); }

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

border-color css

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

 span { border-color: rgb(125,217,202); }

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