Html Css Color HEX #7DEBB9 Riptide

📋 copy color: '#7DEBB9'

red 125 ◦ green 235 ◦ blue 185

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

Shades of Riptide #7DEBB9

Tints of Riptide #7DEBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 22.94%
G = 43.12%
B = 33.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#7DEBB9 (or 0x7DEBB9) is known color: Riptide. HEX triplet: 7D, EB and B9. RGB value is (125,235,185). Sum of RGB (Red+Green+Blue) = 125+235+185=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBB9 is #821446. Grayscale: #C4C4C4. Windows color (decimal): -8524871 or 12184445. OLE color: 12184445.

HSL color Cylindrical-coordinate representation of color #7DEBB9: hue angle of 152.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBB9 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 185 -
CMYK 0.47 0 0.21 0.08
HSL 152.73º 0.73% 0.71% -
HSV(B) 152.73º 0.47% 0.92% -
XYZ 46.92 67.28 56.41 -
YUV 196.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 125 235 185 0.47 0 0.21 0.08 152.73 0.73 0.71
Hex 7D EB B9 2F 0 15 8 99 49 47
Octal 175 353 271 57 0 25 10 231 111 107
Binary 1111101 11101011 10111001 101111 0 10101 1000 10011001 1001001 1000111

Color Harmonies of #7DEBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBB9

Black with #7DEBB9

Text Example


Text Example

White with #7DEBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,235,185); }

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

background-color css

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

 a { background-color: rgb(125,235,185); }

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

border-color css

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

 span { border-color: rgb(125,235,185); }

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