Html Css Color HEX #75FECB Aquamarine

📋 copy color: '#75FECB'

red 117 ◦ green 254 ◦ blue 203

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

Shades of Aquamarine #75FECB

Tints of Aquamarine #75FECB

RGB

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

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

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

R = 20.38%
G = 44.25%
B = 35.37%

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

#75FECB (or 0x75FECB) is known color: Aquamarine. HEX triplet: 75, FE and CB. RGB value is (117,254,203). Sum of RGB (Red+Green+Blue) = 117+254+203=574 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.38% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #75FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FECB is #8A0134. Grayscale: #CFCFCF. Windows color (decimal): -9044277 or 13368949. OLE color: 13368949.

HSL color Cylindrical-coordinate representation of color #75FECB: hue angle of 157.66º 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 #75FECB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 254 203 -
CMYK 0.54 0 0.20 0.00
HSL 157.66º 0.99% 0.73% -
HSV(B) 157.66º 0.54% 1% -
XYZ 53.56 78.98 68.92 -
YUV 207.22 125.61 63.65 -
System Red Green Blue C M Y K H S L
Decimal 117 254 203 0.54 0 0.20 0.00 157.66 0.99 0.73
Hex 75 FE CB 36 0 14 0 9E 63 49
Octal 165 376 313 66 0 24 0 236 143 111
Binary 1110101 11111110 11001011 110110 0 10100 0 10011110 1100011 1001001

Color Harmonies of #75FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FECB

Black with #75FECB

Text Example


Text Example

White with #75FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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