Html Css Color HEX #74AF9F Gulf Stream

📋 copy color: '#74AF9F'

red 116 ◦ green 175 ◦ blue 159

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

Shades of Gulf Stream #74AF9F

Tints of Gulf Stream #74AF9F

RGB

 RED value IS 116 (45.7% from 255) = 25.78%

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 25.78%
G = 38.89%
B = 35.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#74AF9F (or 0x74AF9F) is known color: Gulf Stream. HEX triplet: 74, AF and 9F. RGB value is (116,175,159). Sum of RGB (Red+Green+Blue) = 116+175+159=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AF9F is #8B5060. Grayscale: #9B9B9B. Windows color (decimal): -9130081 or 10465140. OLE color: 10465140.

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

Color convert

RGB 116 175 159 -
CMYK 0.34 0 0.09 0.31
HSL 163.73º 0.27% 0.57% -
HSV(B) 163.73º 0.34% 0.69% -
XYZ 28.79 36.88 38.4 -
YUV 155.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 116 175 159 0.34 0 0.09 0.31 163.73 0.27 0.57
Hex 74 AF 9F 22 0 9 1F A4 1B 39
Octal 164 257 237 42 0 11 37 244 33 71
Binary 1110100 10101111 10011111 100010 0 1001 11111 10100100 11011 111001

Color Harmonies of #74AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF9F

Black with #74AF9F

Text Example


Text Example

White with #74AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AF9F; }

 p { color: rgb(116,175,159); }

 H1.HeaderClassName
 {
   color: #74AF9F;
 }
 .AnyTagClassName
 {
   color: #74AF9F;
 }
</style>

background-color css

<style>
 a { background-color: #74AF9F; }

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

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

border-color css

<style>
 span { border-color: #74AF9F; }

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

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