Html Css Color HEX #7DDCC6 Riptide

📋 copy color: '#7DDCC6'

red 125 ◦ green 220 ◦ blue 198

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

Shades of Riptide #7DDCC6

Tints of Riptide #7DDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 23.02%
G = 40.52%
B = 36.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#7DDCC6 (or 0x7DDCC6) is known color: Riptide. HEX triplet: 7D, DC and C6. RGB value is (125,220,198). Sum of RGB (Red+Green+Blue) = 125+220+198=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC6 is #822339. Grayscale: #BDBDBD. Windows color (decimal): -8528698 or 13032573. OLE color: 13032573.

HSL color Cylindrical-coordinate representation of color #7DDCC6: hue angle of 166.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCC6 is Cyan = 0.43, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 198 -
CMYK 0.43 0 0.1 0.14
HSL 166.11º 0.58% 0.68% -
HSV(B) 166.11º 0.43% 0.86% -
XYZ 44.24 59.62 62.6 -
YUV 189.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 125 220 198 0.43 0 0.1 0.14 166.11 0.58 0.68
Hex 7D DC C6 2B 0 A E A6 3A 44
Octal 175 334 306 53 0 12 16 246 72 104
Binary 1111101 11011100 11000110 101011 0 1010 1110 10100110 111010 1000100

Color Harmonies of #7DDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCC6

Black with #7DDCC6

Text Example


Text Example

White with #7DDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,198); }

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

background-color css

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

 a { background-color: rgb(125,220,198); }

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

border-color css

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

 span { border-color: rgb(125,220,198); }

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