Html Css Color HEX #74B3A2 Gulf Stream

📋 copy color: '#74B3A2'

red 116 ◦ green 179 ◦ blue 162

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

Shades of Gulf Stream #74B3A2

Tints of Gulf Stream #74B3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.17%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 25.38%
G = 39.17%
B = 35.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#74B3A2 (or 0x74B3A2) is known color: Gulf Stream. HEX triplet: 74, B3 and A2. RGB value is (116,179,162). Sum of RGB (Red+Green+Blue) = 116+179+162=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #74B3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B3A2 is #8B4C5D. Grayscale: #9E9E9E. Windows color (decimal): -9129054 or 10662772. OLE color: 10662772.

HSL color Cylindrical-coordinate representation of color #74B3A2: hue angle of 163.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B3A2 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 162 -
CMYK 0.35 0 0.09 0.30
HSL 163.81º 0.29% 0.58% -
HSV(B) 163.81º 0.35% 0.7% -
XYZ 29.84 38.56 40.05 -
YUV 158.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 116 179 162 0.35 0 0.09 0.30 163.81 0.29 0.58
Hex 74 B3 A2 23 0 9 1E A4 1D 3A
Octal 164 263 242 43 0 11 36 244 35 72
Binary 1110100 10110011 10100010 100011 0 1001 11110 10100100 11101 111010

Color Harmonies of #74B3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B3A2

Black with #74B3A2

Text Example


Text Example

White with #74B3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,162); }

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

background-color css

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

 a { background-color: rgb(116,179,162); }

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

border-color css

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

 span { border-color: rgb(116,179,162); }

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