Html Css Color HEX #7DEEBB Aquamarine

📋 copy color: '#7DEEBB'

red 125 ◦ green 238 ◦ blue 187

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

Shades of Aquamarine #7DEEBB

Tints of Aquamarine #7DEEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.27%

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

R = 22.73%
G = 43.27%
B = 34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#7DEEBB (or 0x7DEEBB) is known color: Aquamarine. HEX triplet: 7D, EE and BB. RGB value is (125,238,187). Sum of RGB (Red+Green+Blue) = 125+238+187=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEBB is #821144. Grayscale: #C6C6C6. Windows color (decimal): -8524101 or 12316285. OLE color: 12316285.

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

Color convert

RGB 125 238 187 -
CMYK 0.47 0 0.21 0.07
HSL 152.92º 0.77% 0.71% -
HSV(B) 152.92º 0.47% 0.93% -
XYZ 48 69.1 57.82 -
YUV 198.4 121.56 75.65 -
System Red Green Blue C M Y K H S L
Decimal 125 238 187 0.47 0 0.21 0.07 152.92 0.77 0.71
Hex 7D EE BB 2F 0 15 7 99 4D 47
Octal 175 356 273 57 0 25 7 231 115 107
Binary 1111101 11101110 10111011 101111 0 10101 111 10011001 1001101 1000111

Color Harmonies of #7DEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEBB

Black with #7DEEBB

Text Example


Text Example

White with #7DEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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