Html Css Color HEX #75F8C8 Aquamarine

📋 copy color: '#75F8C8'

red 117 ◦ green 248 ◦ blue 200

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

Shades of Aquamarine #75F8C8

Tints of Aquamarine #75F8C8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 20.71%
G = 43.89%
B = 35.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#75F8C8 (or 0x75F8C8) is known color: Aquamarine. HEX triplet: 75, F8 and C8. RGB value is (117,248,200). Sum of RGB (Red+Green+Blue) = 117+248+200=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F8C8 is #8A0737. Grayscale: #CBCBCB. Windows color (decimal): -9045816 or 13170805. OLE color: 13170805.

HSL color Cylindrical-coordinate representation of color #75F8C8: hue angle of 158.02º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F8C8 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 248 200 -
CMYK 0.53 0 0.19 0.03
HSL 158.02º 0.9% 0.72% -
HSV(B) 158.02º 0.53% 0.97% -
XYZ 51.33 75.09 66.43 -
YUV 203.36 126.1 66.4 -
System Red Green Blue C M Y K H S L
Decimal 117 248 200 0.53 0 0.19 0.03 158.02 0.9 0.72
Hex 75 F8 C8 35 0 13 3 9E 5A 48
Octal 165 370 310 65 0 23 3 236 132 110
Binary 1110101 11111000 11001000 110101 0 10011 11 10011110 1011010 1001000

Color Harmonies of #75F8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F8C8

Black with #75F8C8

Text Example


Text Example

White with #75F8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,248,200); }

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

background-color css

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

 a { background-color: rgb(117,248,200); }

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

border-color css

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

 span { border-color: rgb(117,248,200); }

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