Html Css Color HEX #7DEBC2 Riptide

📋 copy color: '#7DEBC2'

red 125 ◦ green 235 ◦ blue 194

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

Shades of Riptide #7DEBC2

Tints of Riptide #7DEBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 22.56%
G = 42.42%
B = 35.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#7DEBC2 (or 0x7DEBC2) is known color: Riptide. HEX triplet: 7D, EB and C2. RGB value is (125,235,194). Sum of RGB (Red+Green+Blue) = 125+235+194=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBC2 is #82143D. Grayscale: #C5C5C5. Windows color (decimal): -8524862 or 12774269. OLE color: 12774269.

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

Color convert

RGB 125 235 194 -
CMYK 0.47 0 0.17 0.08
HSL 157.64º 0.73% 0.71% -
HSV(B) 157.64º 0.47% 0.92% -
XYZ 47.9 67.67 61.58 -
YUV 197.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 125 235 194 0.47 0 0.17 0.08 157.64 0.73 0.71
Hex 7D EB C2 2F 0 11 8 9E 49 47
Octal 175 353 302 57 0 21 10 236 111 107
Binary 1111101 11101011 11000010 101111 0 10001 1000 10011110 1001001 1000111

Color Harmonies of #7DEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBC2

Black with #7DEBC2

Text Example


Text Example

White with #7DEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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