Html Css Color HEX #75F2CB Aquamarine

📋 copy color: '#75F2CB'

red 117 ◦ green 242 ◦ blue 203

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

Shades of Aquamarine #75F2CB

Tints of Aquamarine #75F2CB

RGB

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

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

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

R = 20.82%
G = 43.06%
B = 36.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#75F2CB (or 0x75F2CB) is known color: Aquamarine. HEX triplet: 75, F2 and CB. RGB value is (117,242,203). Sum of RGB (Red+Green+Blue) = 117+242+203=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F2CB is #8A0D34. Grayscale: #C8C8C8. Windows color (decimal): -9047349 or 13365877. OLE color: 13365877.

HSL color Cylindrical-coordinate representation of color #75F2CB: hue angle of 161.28º 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 #75F2CB is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 242 203 -
CMYK 0.52 0 0.16 0.05
HSL 161.28º 0.83% 0.7% -
HSV(B) 161.28º 0.52% 0.95% -
XYZ 49.87 71.6 67.69 -
YUV 200.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 117 242 203 0.52 0 0.16 0.05 161.28 0.83 0.7
Hex 75 F2 CB 34 0 10 5 A1 53 46
Octal 165 362 313 64 0 20 5 241 123 106
Binary 1110101 11110010 11001011 110100 0 10000 101 10100001 1010011 1000110

Color Harmonies of #75F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F2CB

Black with #75F2CB

Text Example


Text Example

White with #75F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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