Html Css Color HEX #75FFCA Aquamarine

📋 copy color: '#75FFCA'

red 117 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #75FFCA

Tints of Aquamarine #75FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 44.43%

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

R = 20.38%
G = 44.43%
B = 35.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#75FFCA (or 0x75FFCA) is known color: Aquamarine. HEX triplet: 75, FF and CA. RGB value is (117,255,202). Sum of RGB (Red+Green+Blue) = 117+255+202=574 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.38% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFCA is #8A0035. Grayscale: #CFCFCF. Windows color (decimal): -9044022 or 13303669. OLE color: 13303669.

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

Color convert

RGB 117 255 202 -
CMYK 0.54 0 0.21 0
HSL 156.96º 1% 0.73% -
HSV(B) 156.96º 0.54% 1% -
XYZ 53.76 79.57 68.4 -
YUV 207.7 124.78 63.31 -
System Red Green Blue C M Y K H S L
Decimal 117 255 202 0.54 0 0.21 0 156.96 1 0.73
Hex 75 FF CA 36 0 15 0 9D 64 49
Octal 165 377 312 66 0 25 0 235 144 111
Binary 1110101 11111111 11001010 110110 0 10101 0 10011101 1100100 1001001

Color Harmonies of #75FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFCA

Black with #75FFCA

Text Example


Text Example

White with #75FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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