Html Css Color HEX #7DECCB Aquamarine

📋 copy color: '#7DECCB'

red 125 ◦ green 236 ◦ blue 203

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

Shades of Aquamarine #7DECCB

Tints of Aquamarine #7DECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.84%

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 22.16%
G = 41.84%
B = 35.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7DECCB (or 0x7DECCB) is known color: Aquamarine. HEX triplet: 7D, EC and CB. RGB value is (125,236,203). Sum of RGB (Red+Green+Blue) = 125+236+203=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECCB is #821334. Grayscale: #C7C7C7. Windows color (decimal): -8524597 or 13364349. OLE color: 13364349.

HSL color Cylindrical-coordinate representation of color #7DECCB: hue angle of 162.16º degrees, saturation: 0.74, 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 #7DECCB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 203 -
CMYK 0.47 0 0.14 0.07
HSL 162.16º 0.74% 0.71% -
HSV(B) 162.16º 0.47% 0.93% -
XYZ 49.23 68.66 67.16 -
YUV 199.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 125 236 203 0.47 0 0.14 0.07 162.16 0.74 0.71
Hex 7D EC CB 2F 0 E 7 A2 4A 47
Octal 175 354 313 57 0 16 7 242 112 107
Binary 1111101 11101100 11001011 101111 0 1110 111 10100010 1001010 1000111

Color Harmonies of #7DECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECCB

Black with #7DECCB

Text Example


Text Example

White with #7DECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,203); }

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

background-color css

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

 a { background-color: rgb(125,236,203); }

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

border-color css

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

 span { border-color: rgb(125,236,203); }

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