Html Css Color HEX #75ECD3 Aquamarine

📋 copy color: '#75ECD3'

red 117 ◦ green 236 ◦ blue 211

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

Shades of Aquamarine #75ECD3

Tints of Aquamarine #75ECD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 20.74%
G = 41.84%
B = 37.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#75ECD3 (or 0x75ECD3) is known color: Aquamarine. HEX triplet: 75, EC and D3. RGB value is (117,236,211). Sum of RGB (Red+Green+Blue) = 117+236+211=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECD3 is #8A132C. Grayscale: #C5C5C5. Windows color (decimal): -9048877 or 13888629. OLE color: 13888629.

HSL color Cylindrical-coordinate representation of color #75ECD3: hue angle of 167.39º 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 #75ECD3 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 211 -
CMYK 0.50 0 0.11 0.07
HSL 167.4º 0.76% 0.69% -
HSV(B) 167.4º 0.5% 0.93% -
XYZ 49.09 68.48 72.26 -
YUV 197.57 135.58 70.53 -
System Red Green Blue C M Y K H S L
Decimal 117 236 211 0.50 0 0.11 0.07 167.4 0.76 0.69
Hex 75 EC D3 32 0 B 7 A7 4C 45
Octal 165 354 323 62 0 13 7 247 114 105
Binary 1110101 11101100 11010011 110010 0 1011 111 10100111 1001100 1000101

Color Harmonies of #75ECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECD3

Black with #75ECD3

Text Example


Text Example

White with #75ECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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