Html Css Color HEX #7DD7CC Riptide

📋 copy color: '#7DD7CC'

red 125 ◦ green 215 ◦ blue 204

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

Shades of Riptide #7DD7CC

Tints of Riptide #7DD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.52%

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

R = 22.98%
G = 39.52%
B = 37.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#7DD7CC (or 0x7DD7CC) is known color: Riptide. HEX triplet: 7D, D7 and CC. RGB value is (125,215,204). Sum of RGB (Red+Green+Blue) = 125+215+204=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7CC is #822833. Grayscale: #BABABA. Windows color (decimal): -8529972 or 13424509. OLE color: 13424509.

HSL color Cylindrical-coordinate representation of color #7DD7CC: hue angle of 172.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7CC is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 204 -
CMYK 0.42 0 0.05 0.16
HSL 172.67º 0.53% 0.67% -
HSV(B) 172.67º 0.42% 0.84% -
XYZ 43.66 57.32 65.89 -
YUV 186.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 125 215 204 0.42 0 0.05 0.16 172.67 0.53 0.67
Hex 7D D7 CC 2A 0 5 10 AD 35 43
Octal 175 327 314 52 0 5 20 255 65 103
Binary 1111101 11010111 11001100 101010 0 101 10000 10101101 110101 1000011

Color Harmonies of #7DD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD7CC

Black with #7DD7CC

Text Example


Text Example

White with #7DD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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