Html Css Color HEX #7DDCC8 Riptide

📋 copy color: '#7DDCC8'

red 125 ◦ green 220 ◦ blue 200

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

Shades of Riptide #7DDCC8

Tints of Riptide #7DDCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 22.94%
G = 40.37%
B = 36.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#7DDCC8 (or 0x7DDCC8) is known color: Riptide. HEX triplet: 7D, DC and C8. RGB value is (125,220,200). Sum of RGB (Red+Green+Blue) = 125+220+200=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC8 is #822337. Grayscale: #BDBDBD. Windows color (decimal): -8528696 or 13163645. OLE color: 13163645.

HSL color Cylindrical-coordinate representation of color #7DDCC8: hue angle of 167.37º 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 #7DDCC8 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 200 -
CMYK 0.43 0 0.09 0.14
HSL 167.37º 0.58% 0.68% -
HSV(B) 167.37º 0.43% 0.86% -
XYZ 44.48 59.72 63.83 -
YUV 189.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 125 220 200 0.43 0 0.09 0.14 167.37 0.58 0.68
Hex 7D DC C8 2B 0 9 E A7 3A 44
Octal 175 334 310 53 0 11 16 247 72 104
Binary 1111101 11011100 11001000 101011 0 1001 1110 10100111 111010 1000100

Color Harmonies of #7DDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCC8

Black with #7DDCC8

Text Example


Text Example

White with #7DDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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