Html Css Color HEX #75FECA Aquamarine

📋 copy color: '#75FECA'

red 117 ◦ green 254 ◦ blue 202

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

Shades of Aquamarine #75FECA

Tints of Aquamarine #75FECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.33%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 20.42%
G = 44.33%
B = 35.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#75FECA (or 0x75FECA) is known color: Aquamarine. HEX triplet: 75, FE and CA. RGB value is (117,254,202). Sum of RGB (Red+Green+Blue) = 117+254+202=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #75FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FECA is #8A0135. Grayscale: #CFCFCF. Windows color (decimal): -9044278 or 13303413. OLE color: 13303413.

HSL color Cylindrical-coordinate representation of color #75FECA: hue angle of 157.23º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FECA is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 254 202 -
CMYK 0.54 0 0.20 0.00
HSL 157.23º 0.99% 0.73% -
HSV(B) 157.23º 0.54% 1% -
XYZ 53.44 78.93 68.3 -
YUV 207.11 125.11 63.73 -
System Red Green Blue C M Y K H S L
Decimal 117 254 202 0.54 0 0.20 0.00 157.23 0.99 0.73
Hex 75 FE CA 36 0 14 0 9D 63 49
Octal 165 376 312 66 0 24 0 235 143 111
Binary 1110101 11111110 11001010 110110 0 10100 0 10011101 1100011 1001001

Color Harmonies of #75FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FECA

Black with #75FECA

Text Example


Text Example

White with #75FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,254,202); }

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

background-color css

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

 a { background-color: rgb(117,254,202); }

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

border-color css

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

 span { border-color: rgb(117,254,202); }

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