Html Css Color HEX #75F2CC Aquamarine

📋 copy color: '#75F2CC'

red 117 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #75F2CC

Tints of Aquamarine #75F2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 20.78%
G = 42.98%
B = 36.23%

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

#75F2CC (or 0x75F2CC) is known color: Aquamarine. HEX triplet: 75, F2 and CC. RGB value is (117,242,204). Sum of RGB (Red+Green+Blue) = 117+242+204=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F2CC is #8A0D33. Grayscale: #C8C8C8. Windows color (decimal): -9047348 or 13431413. OLE color: 13431413.

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

Color convert

RGB 117 242 204 -
CMYK 0.52 0 0.16 0.05
HSL 161.76º 0.83% 0.7% -
HSV(B) 161.76º 0.52% 0.95% -
XYZ 49.99 71.65 68.32 -
YUV 200.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 117 242 204 0.52 0 0.16 0.05 161.76 0.83 0.7
Hex 75 F2 CC 34 0 10 5 A2 53 46
Octal 165 362 314 64 0 20 5 242 123 106
Binary 1110101 11110010 11001100 110100 0 10000 101 10100010 1010011 1000110

Color Harmonies of #75F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F2CC

Black with #75F2CC

Text Example


Text Example

White with #75F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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