Html Css Color HEX #75F2CA Aquamarine

📋 copy color: '#75F2CA'

red 117 ◦ green 242 ◦ blue 202

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

Shades of Aquamarine #75F2CA

Tints of Aquamarine #75F2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.14%

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

R = 20.86%
G = 43.14%
B = 36.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#75F2CA (or 0x75F2CA) is known color: Aquamarine. HEX triplet: 75, F2 and CA. RGB value is (117,242,202). Sum of RGB (Red+Green+Blue) = 117+242+202=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F2CA is #8A0D35. Grayscale: #C8C8C8. Windows color (decimal): -9047350 or 13300341. OLE color: 13300341.

HSL color Cylindrical-coordinate representation of color #75F2CA: hue angle of 160.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F2CA is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 242 202 -
CMYK 0.52 0 0.17 0.05
HSL 160.8º 0.83% 0.7% -
HSV(B) 160.8º 0.52% 0.95% -
XYZ 49.75 71.55 67.07 -
YUV 200.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 117 242 202 0.52 0 0.17 0.05 160.8 0.83 0.7
Hex 75 F2 CA 34 0 11 5 A1 53 46
Octal 165 362 312 64 0 21 5 241 123 106
Binary 1110101 11110010 11001010 110100 0 10001 101 10100001 1010011 1000110

Color Harmonies of #75F2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F2CA

Black with #75F2CA

Text Example


Text Example

White with #75F2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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