Html Css Color HEX #74B7AB Gulf Stream

📋 copy color: '#74B7AB'

red 116 ◦ green 183 ◦ blue 171

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

Shades of Gulf Stream #74B7AB

Tints of Gulf Stream #74B7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

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

R = 24.68%
G = 38.94%
B = 36.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#74B7AB (or 0x74B7AB) is known color: Gulf Stream. HEX triplet: 74, B7 and AB. RGB value is (116,183,171). Sum of RGB (Red+Green+Blue) = 116+183+171=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #74B7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B7AB is #8B4854. Grayscale: #A1A1A1. Windows color (decimal): -9128021 or 11253620. OLE color: 11253620.

HSL color Cylindrical-coordinate representation of color #74B7AB: hue angle of 169.25º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B7AB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 171 -
CMYK 0.37 0 0.07 0.28
HSL 169.25º 0.32% 0.59% -
HSV(B) 169.25º 0.37% 0.72% -
XYZ 31.49 40.52 44.69 -
YUV 161.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 116 183 171 0.37 0 0.07 0.28 169.25 0.32 0.59
Hex 74 B7 AB 25 0 7 1C A9 20 3B
Octal 164 267 253 45 0 7 34 251 40 73
Binary 1110100 10110111 10101011 100101 0 111 11100 10101001 100000 111011

Color Harmonies of #74B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B7AB

Black with #74B7AB

Text Example


Text Example

White with #74B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,183,171); }

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

background-color css

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

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

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

border-color css

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

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

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