Html Css Color HEX #7DD9CB Riptide

📋 copy color: '#7DD9CB'

red 125 ◦ green 217 ◦ blue 203

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

Shades of Riptide #7DD9CB

Tints of Riptide #7DD9CB

RGB

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

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

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

R = 22.94%
G = 39.82%
B = 37.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#7DD9CB (or 0x7DD9CB) is known color: Riptide. HEX triplet: 7D, D9 and CB. RGB value is (125,217,203). Sum of RGB (Red+Green+Blue) = 125+217+203=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9CB is #822634. Grayscale: #BBBBBB. Windows color (decimal): -8529461 or 13359485. OLE color: 13359485.

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

Color convert

RGB 125 217 203 -
CMYK 0.42 0 0.06 0.15
HSL 170.87º 0.55% 0.67% -
HSV(B) 170.87º 0.42% 0.85% -
XYZ 44.05 58.3 65.43 -
YUV 187.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 125 217 203 0.42 0 0.06 0.15 170.87 0.55 0.67
Hex 7D D9 CB 2A 0 6 F AB 37 43
Octal 175 331 313 52 0 6 17 253 67 103
Binary 1111101 11011001 11001011 101010 0 110 1111 10101011 110111 1000011

Color Harmonies of #7DD9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD9CB

Black with #7DD9CB

Text Example


Text Example

White with #7DD9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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