Html Css Color HEX #7DEBBC Riptide

📋 copy color: '#7DEBBC'

red 125 ◦ green 235 ◦ blue 188

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

Shades of Riptide #7DEBBC

Tints of Riptide #7DEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 22.81%
G = 42.88%
B = 34.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#7DEBBC (or 0x7DEBBC) is known color: Riptide. HEX triplet: 7D, EB and BC. RGB value is (125,235,188). Sum of RGB (Red+Green+Blue) = 125+235+188=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBBC is #821443. Grayscale: #C4C4C4. Windows color (decimal): -8524868 or 12381053. OLE color: 12381053.

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

Color convert

RGB 125 235 188 -
CMYK 0.47 0 0.2 0.08
HSL 154.36º 0.73% 0.71% -
HSV(B) 154.36º 0.47% 0.92% -
XYZ 47.24 67.41 58.1 -
YUV 196.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 125 235 188 0.47 0 0.2 0.08 154.36 0.73 0.71
Hex 7D EB BC 2F 0 14 8 9A 49 47
Octal 175 353 274 57 0 24 10 232 111 107
Binary 1111101 11101011 10111100 101111 0 10100 1000 10011010 1001001 1000111

Color Harmonies of #7DEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBBC

Black with #7DEBBC

Text Example


Text Example

White with #7DEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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