Html Css Color HEX #7DD7CB Riptide

📋 copy color: '#7DD7CB'

red 125 ◦ green 215 ◦ blue 203

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

Shades of Riptide #7DD7CB

Tints of Riptide #7DD7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 23.02%
G = 39.59%
B = 37.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#7DD7CB (or 0x7DD7CB) is known color: Riptide. HEX triplet: 7D, D7 and CB. RGB value is (125,215,203). Sum of RGB (Red+Green+Blue) = 125+215+203=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7CB is #822834. Grayscale: #BABABA. Windows color (decimal): -8529973 or 13358973. OLE color: 13358973.

HSL color Cylindrical-coordinate representation of color #7DD7CB: hue angle of 172º 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 #7DD7CB is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 203 -
CMYK 0.42 0 0.06 0.16
HSL 172º 0.53% 0.67% -
HSV(B) 172º 0.42% 0.84% -
XYZ 43.54 57.27 65.26 -
YUV 186.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 125 215 203 0.42 0 0.06 0.16 172 0.53 0.67
Hex 7D D7 CB 2A 0 6 10 AC 35 43
Octal 175 327 313 52 0 6 20 254 65 103
Binary 1111101 11010111 11001011 101010 0 110 10000 10101100 110101 1000011

Color Harmonies of #7DD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD7CB

Black with #7DD7CB

Text Example


Text Example

White with #7DD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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