Html Css Color HEX #75ECDB Aquamarine

📋 copy color: '#75ECDB'

red 117 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #75ECDB

Tints of Aquamarine #75ECDB

RGB

 RED value IS 117 (46.09% from 255) = 20.45%

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 20.45%
G = 41.26%
B = 38.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#75ECDB (or 0x75ECDB) is known color: Aquamarine. HEX triplet: 75, EC and DB. RGB value is (117,236,219). Sum of RGB (Red+Green+Blue) = 117+236+219=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECDB is #8A1324. Grayscale: #C6C6C6. Windows color (decimal): -9048869 or 14412917. OLE color: 14412917.

HSL color Cylindrical-coordinate representation of color #75ECDB: hue angle of 171.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECDB is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 219 -
CMYK 0.50 0 0.07 0.07
HSL 171.43º 0.76% 0.69% -
HSV(B) 171.43º 0.5% 0.93% -
XYZ 50.12 68.89 77.67 -
YUV 198.48 139.58 69.88 -
System Red Green Blue C M Y K H S L
Decimal 117 236 219 0.50 0 0.07 0.07 171.43 0.76 0.69
Hex 75 EC DB 32 0 7 7 AB 4C 45
Octal 165 354 333 62 0 7 7 253 114 105
Binary 1110101 11101100 11011011 110010 0 111 111 10101011 1001100 1000101

Color Harmonies of #75ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECDB

Black with #75ECDB

Text Example


Text Example

White with #75ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75ECDB; }

 p { color: rgb(117,236,219); }

 H1.HeaderClassName
 {
   color: #75ECDB;
 }
 .AnyTagClassName
 {
   color: #75ECDB;
 }
</style>

background-color css

<style>
 a { background-color: #75ECDB; }

 a { background-color: rgb(117,236,219); }

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

border-color css

<style>
 span { border-color: #75ECDB; }

 span { border-color: rgb(117,236,219); }

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