Html Css Color HEX #75FFDF Aquamarine

📋 copy color: '#75FFDF'

red 117 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #75FFDF

Tints of Aquamarine #75FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 19.66%
G = 42.86%
B = 37.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#75FFDF (or 0x75FFDF) is known color: Aquamarine. HEX triplet: 75, FF and DF. RGB value is (117,255,223). Sum of RGB (Red+Green+Blue) = 117+255+223=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFDF is #8A0020. Grayscale: #D2D2D2. Windows color (decimal): -9044001 or 14679925. OLE color: 14679925.

HSL color Cylindrical-coordinate representation of color #75FFDF: hue angle of 166.09º 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 #75FFDF is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 223 -
CMYK 0.54 0 0.13 0
HSL 166.09º 1% 0.73% -
HSV(B) 166.09º 0.54% 1% -
XYZ 56.42 80.63 82.4 -
YUV 210.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 117 255 223 0.54 0 0.13 0 166.09 1 0.73
Hex 75 FF DF 36 0 D 0 A6 64 49
Octal 165 377 337 66 0 15 0 246 144 111
Binary 1110101 11111111 11011111 110110 0 1101 0 10100110 1100100 1001001

Color Harmonies of #75FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFDF

Black with #75FFDF

Text Example


Text Example

White with #75FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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