Html Css Color HEX #7DDDC8 Riptide

📋 copy color: '#7DDDC8'

red 125 ◦ green 221 ◦ blue 200

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

Shades of Riptide #7DDDC8

Tints of Riptide #7DDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

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

R = 22.89%
G = 40.48%
B = 36.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#7DDDC8 (or 0x7DDDC8) is known color: Riptide. HEX triplet: 7D, DD and C8. RGB value is (125,221,200). Sum of RGB (Red+Green+Blue) = 125+221+200=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDC8 is #822237. Grayscale: #BDBDBD. Windows color (decimal): -8528440 or 13163901. OLE color: 13163901.

HSL color Cylindrical-coordinate representation of color #7DDDC8: hue angle of 166.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDC8 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 200 -
CMYK 0.43 0 0.10 0.13
HSL 166.88º 0.59% 0.68% -
HSV(B) 166.88º 0.43% 0.87% -
XYZ 44.74 60.24 63.91 -
YUV 189.9 133.7 81.71 -
System Red Green Blue C M Y K H S L
Decimal 125 221 200 0.43 0 0.10 0.13 166.88 0.59 0.68
Hex 7D DD C8 2B 0 A D A7 3B 44
Octal 175 335 310 53 0 12 15 247 73 104
Binary 1111101 11011101 11001000 101011 0 1010 1101 10100111 111011 1000100

Color Harmonies of #7DDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDC8

Black with #7DDDC8

Text Example


Text Example

White with #7DDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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