Html Css Color HEX #7DD6CB Riptide

📋 copy color: '#7DD6CB'

red 125 ◦ green 214 ◦ blue 203

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

Shades of Riptide #7DD6CB

Tints of Riptide #7DD6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.48%

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

R = 23.06%
G = 39.48%
B = 37.45%

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

#7DD6CB (or 0x7DD6CB) is known color: Riptide. HEX triplet: 7D, D6 and CB. RGB value is (125,214,203). Sum of RGB (Red+Green+Blue) = 125+214+203=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6CB is #822934. Grayscale: #BABABA. Windows color (decimal): -8530229 or 13358717. OLE color: 13358717.

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

Color convert

RGB 125 214 203 -
CMYK 0.42 0 0.05 0.16
HSL 172.58º 0.52% 0.66% -
HSV(B) 172.58º 0.42% 0.84% -
XYZ 43.28 56.76 65.18 -
YUV 186.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 125 214 203 0.42 0 0.05 0.16 172.58 0.52 0.66
Hex 7D D6 CB 2A 0 5 10 AD 34 42
Octal 175 326 313 52 0 5 20 255 64 102
Binary 1111101 11010110 11001011 101010 0 101 10000 10101101 110100 1000010

Color Harmonies of #7DD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD6CB

Black with #7DD6CB

Text Example


Text Example

White with #7DD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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