Html Css Color HEX #75ABAB Neptune

📋 copy color: '#75ABAB'

red 117 ◦ green 171 ◦ blue 171

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

Shades of Neptune #75ABAB

Tints of Neptune #75ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 25.49%
G = 37.25%
B = 37.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#75ABAB (or 0x75ABAB) is known color: Neptune. HEX triplet: 75, AB and AB. RGB value is (117,171,171). Sum of RGB (Red+Green+Blue) = 117+171+171=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #75ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ABAB is #8A5454. Grayscale: #9A9A9A. Windows color (decimal): -9065557 or 11250549. OLE color: 11250549.

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

Color convert

RGB 117 171 171 -
CMYK 0.32 0 0 0.33
HSL 180º 0.24% 0.56% -
HSV(B) 180º 0.32% 0.67% -
XYZ 29.25 35.85 43.91 -
YUV 154.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 117 171 171 0.32 0 0 0.33 180 0.24 0.56
Hex 75 AB AB 20 0 0 21 B4 18 38
Octal 165 253 253 40 0 0 41 264 30 70
Binary 1110101 10101011 10101011 100000 0 0 100001 10110100 11000 111000

Color Harmonies of #75ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABAB

Black with #75ABAB

Text Example


Text Example

White with #75ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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