Html Css Color HEX #74B9AF Gulf Stream

📋 copy color: '#74B9AF'

red 116 ◦ green 185 ◦ blue 175

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

Shades of Gulf Stream #74B9AF

Tints of Gulf Stream #74B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

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

R = 24.37%
G = 38.87%
B = 36.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#74B9AF (or 0x74B9AF) is known color: Gulf Stream. HEX triplet: 74, B9 and AF. RGB value is (116,185,175). Sum of RGB (Red+Green+Blue) = 116+185+175=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #74B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B9AF is #8B4650. Grayscale: #A3A3A3. Windows color (decimal): -9127505 or 11516276. OLE color: 11516276.

HSL color Cylindrical-coordinate representation of color #74B9AF: hue angle of 171.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B9AF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 175 -
CMYK 0.37 0 0.05 0.27
HSL 171.3º 0.33% 0.59% -
HSV(B) 171.3º 0.37% 0.73% -
XYZ 32.29 41.51 46.87 -
YUV 163.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 116 185 175 0.37 0 0.05 0.27 171.3 0.33 0.59
Hex 74 B9 AF 25 0 5 1B AB 21 3B
Octal 164 271 257 45 0 5 33 253 41 73
Binary 1110100 10111001 10101111 100101 0 101 11011 10101011 100001 111011

Color Harmonies of #74B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9AF

Black with #74B9AF

Text Example


Text Example

White with #74B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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