Html Css Color HEX #7DDECC Riptide

📋 copy color: '#7DDECC'

red 125 ◦ green 222 ◦ blue 204

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

Shades of Riptide #7DDECC

Tints of Riptide #7DDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 22.69%
G = 40.29%
B = 37.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#7DDECC (or 0x7DDECC) is known color: Riptide. HEX triplet: 7D, DE and CC. RGB value is (125,222,204). Sum of RGB (Red+Green+Blue) = 125+222+204=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDECC is #822133. Grayscale: #BEBEBE. Windows color (decimal): -8528180 or 13426301. OLE color: 13426301.

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

Color convert

RGB 125 222 204 -
CMYK 0.44 0 0.08 0.13
HSL 168.87º 0.6% 0.68% -
HSV(B) 168.87º 0.44% 0.87% -
XYZ 45.48 60.96 66.5 -
YUV 190.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 125 222 204 0.44 0 0.08 0.13 168.87 0.6 0.68
Hex 7D DE CC 2C 0 8 D A9 3C 44
Octal 175 336 314 54 0 10 15 251 74 104
Binary 1111101 11011110 11001100 101100 0 1000 1101 10101001 111100 1000100

Color Harmonies of #7DDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDECC

Black with #7DDECC

Text Example


Text Example

White with #7DDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,222,204); }

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

background-color css

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

 a { background-color: rgb(125,222,204); }

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

border-color css

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

 span { border-color: rgb(125,222,204); }

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