Html Css Color HEX #74BAAE Gulf Stream

📋 copy color: '#74BAAE'

red 116 ◦ green 186 ◦ blue 174

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

Shades of Gulf Stream #74BAAE

Tints of Gulf Stream #74BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 24.37%
G = 39.08%
B = 36.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#74BAAE (or 0x74BAAE) is known color: Gulf Stream. HEX triplet: 74, BA and AE. RGB value is (116,186,174). Sum of RGB (Red+Green+Blue) = 116+186+174=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #74BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BAAE is #8B4551. Grayscale: #A3A3A3. Windows color (decimal): -9127250 or 11450996. OLE color: 11450996.

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

Color convert

RGB 116 186 174 -
CMYK 0.38 0 0.06 0.27
HSL 169.71º 0.34% 0.59% -
HSV(B) 169.71º 0.38% 0.73% -
XYZ 32.4 41.89 46.42 -
YUV 163.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 116 186 174 0.38 0 0.06 0.27 169.71 0.34 0.59
Hex 74 BA AE 26 0 6 1B AA 22 3B
Octal 164 272 256 46 0 6 33 252 42 73
Binary 1110100 10111010 10101110 100110 0 110 11011 10101010 100010 111011

Color Harmonies of #74BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BAAE

Black with #74BAAE

Text Example


Text Example

White with #74BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,174); }

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

background-color css

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

 a { background-color: rgb(116,186,174); }

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

border-color css

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

 span { border-color: rgb(116,186,174); }

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