Html Css Color HEX #74BDAB Gulf Stream

📋 copy color: '#74BDAB'

red 116 ◦ green 189 ◦ blue 171

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

Shades of Gulf Stream #74BDAB

Tints of Gulf Stream #74BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.71%

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

R = 24.37%
G = 39.71%
B = 35.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#74BDAB (or 0x74BDAB) is known color: Gulf Stream. HEX triplet: 74, BD and AB. RGB value is (116,189,171). Sum of RGB (Red+Green+Blue) = 116+189+171=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDAB is #8B4254. Grayscale: #A5A5A5. Windows color (decimal): -9126485 or 11255156. OLE color: 11255156.

HSL color Cylindrical-coordinate representation of color #74BDAB: hue angle of 165.21º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDAB is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 171 -
CMYK 0.39 0 0.10 0.26
HSL 165.21º 0.36% 0.6% -
HSV(B) 165.21º 0.39% 0.74% -
XYZ 32.75 43.05 45.11 -
YUV 165.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 116 189 171 0.39 0 0.10 0.26 165.21 0.36 0.6
Hex 74 BD AB 27 0 A 1A A5 24 3C
Octal 164 275 253 47 0 12 32 245 44 74
Binary 1110100 10111101 10101011 100111 0 1010 11010 10100101 100100 111100

Color Harmonies of #74BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDAB

Black with #74BDAB

Text Example


Text Example

White with #74BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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