Html Css Color HEX #75AFAB Gulf Stream

📋 copy color: '#75AFAB'

red 117 ◦ green 175 ◦ blue 171

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

Shades of Gulf Stream #75AFAB

Tints of Gulf Stream #75AFAB

RGB

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

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

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

R = 25.27%
G = 37.8%
B = 36.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#75AFAB (or 0x75AFAB) is known color: Gulf Stream. HEX triplet: 75, AF and AB. RGB value is (117,175,171). Sum of RGB (Red+Green+Blue) = 117+175+171=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #75AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AFAB is #8A5054. Grayscale: #9D9D9D. Windows color (decimal): -9064533 or 11251573. OLE color: 11251573.

HSL color Cylindrical-coordinate representation of color #75AFAB: hue angle of 175.86º 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 #75AFAB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 171 -
CMYK 0.33 0 0.02 0.31
HSL 175.86º 0.27% 0.57% -
HSV(B) 175.86º 0.33% 0.69% -
XYZ 30.02 37.38 44.16 -
YUV 157.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 117 175 171 0.33 0 0.02 0.31 175.86 0.27 0.57
Hex 75 AF AB 21 0 2 1F B0 1B 39
Octal 165 257 253 41 0 2 37 260 33 71
Binary 1110101 10101111 10101011 100001 0 10 11111 10110000 11011 111001

Color Harmonies of #75AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AFAB

Black with #75AFAB

Text Example


Text Example

White with #75AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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