Html Css Color HEX #75AFAF Neptune

📋 copy color: '#75AFAF'

red 117 ◦ green 175 ◦ blue 175

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

Shades of Neptune #75AFAF

Tints of Neptune #75AFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 25.05%
G = 37.47%
B = 37.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#75AFAF (or 0x75AFAF) is known color: Neptune. HEX triplet: 75, AF and AF. RGB value is (117,175,175). Sum of RGB (Red+Green+Blue) = 117+175+175=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #75AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AFAF is #8A5050. Grayscale: #9D9D9D. Windows color (decimal): -9064529 or 11513717. OLE color: 11513717.

HSL color Cylindrical-coordinate representation of color #75AFAF: hue angle of 180º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AFAF is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 175 -
CMYK 0.33 0 0 0.31
HSL 180º 0.27% 0.57% -
HSV(B) 180º 0.33% 0.69% -
XYZ 30.4 37.54 46.2 -
YUV 157.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 117 175 175 0.33 0 0 0.31 180 0.27 0.57
Hex 75 AF AF 21 0 0 1F B4 1B 39
Octal 165 257 257 41 0 0 37 264 33 71
Binary 1110101 10101111 10101111 100001 0 0 11111 10110100 11011 111001

Color Harmonies of #75AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AFAF

Black with #75AFAF

Text Example


Text Example

White with #75AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,175); }

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

background-color css

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

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

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

border-color css

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

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

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