Html Css Color HEX #7DEBC0 Riptide

📋 copy color: '#7DEBC0'

red 125 ◦ green 235 ◦ blue 192

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

Shades of Riptide #7DEBC0

Tints of Riptide #7DEBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 22.64%
G = 42.57%
B = 34.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#7DEBC0 (or 0x7DEBC0) is known color: Riptide. HEX triplet: 7D, EB and C0. RGB value is (125,235,192). Sum of RGB (Red+Green+Blue) = 125+235+192=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBC0 is #82143F. Grayscale: #C5C5C5. Windows color (decimal): -8524864 or 12643197. OLE color: 12643197.

HSL color Cylindrical-coordinate representation of color #7DEBC0: hue angle of 156.55º 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 #7DEBC0 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 192 -
CMYK 0.47 0 0.18 0.08
HSL 156.55º 0.73% 0.71% -
HSV(B) 156.55º 0.47% 0.92% -
XYZ 47.68 67.58 60.4 -
YUV 197.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 125 235 192 0.47 0 0.18 0.08 156.55 0.73 0.71
Hex 7D EB C0 2F 0 12 8 9D 49 47
Octal 175 353 300 57 0 22 10 235 111 107
Binary 1111101 11101011 11000000 101111 0 10010 1000 10011101 1001001 1000111

Color Harmonies of #7DEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBC0

Black with #7DEBC0

Text Example


Text Example

White with #7DEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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