Html Css Color HEX #7DE6BB Riptide

📋 copy color: '#7DE6BB'

red 125 ◦ green 230 ◦ blue 187

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

Shades of Riptide #7DE6BB

Tints of Riptide #7DE6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.44%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 23.06%
G = 42.44%
B = 34.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#7DE6BB (or 0x7DE6BB) is known color: Riptide. HEX triplet: 7D, E6 and BB. RGB value is (125,230,187). Sum of RGB (Red+Green+Blue) = 125+230+187=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6BB is #821944. Grayscale: #C1C1C1. Windows color (decimal): -8526149 or 12314237. OLE color: 12314237.

HSL color Cylindrical-coordinate representation of color #7DE6BB: hue angle of 155.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE6BB is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 230 187 -
CMYK 0.46 0 0.19 0.10
HSL 155.43º 0.68% 0.7% -
HSV(B) 155.43º 0.46% 0.9% -
XYZ 45.72 64.54 57.06 -
YUV 193.7 124.21 79 -
System Red Green Blue C M Y K H S L
Decimal 125 230 187 0.46 0 0.19 0.10 155.43 0.68 0.7
Hex 7D E6 BB 2E 0 13 A 9B 44 46
Octal 175 346 273 56 0 23 12 233 104 106
Binary 1111101 11100110 10111011 101110 0 10011 1010 10011011 1000100 1000110

Color Harmonies of #7DE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6BB

Black with #7DE6BB

Text Example


Text Example

White with #7DE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,230,187); }

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

background-color css

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

 a { background-color: rgb(125,230,187); }

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

border-color css

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

 span { border-color: rgb(125,230,187); }

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