Html Css Color HEX #74BDA2 Gulf Stream

📋 copy color: '#74BDA2'

red 116 ◦ green 189 ◦ blue 162

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

Shades of Gulf Stream #74BDA2

Tints of Gulf Stream #74BDA2

RGB

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

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

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

R = 24.84%
G = 40.47%
B = 34.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#74BDA2 (or 0x74BDA2) is known color: Gulf Stream. HEX triplet: 74, BD and A2. RGB value is (116,189,162). Sum of RGB (Red+Green+Blue) = 116+189+162=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDA2 is #8B425D. Grayscale: #A4A4A4. Windows color (decimal): -9126494 or 10665332. OLE color: 10665332.

HSL color Cylindrical-coordinate representation of color #74BDA2: hue angle of 157.81º 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 #74BDA2 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 162 -
CMYK 0.39 0 0.14 0.26
HSL 157.81º 0.36% 0.6% -
HSV(B) 157.81º 0.39% 0.74% -
XYZ 31.92 42.72 40.75 -
YUV 164.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 116 189 162 0.39 0 0.14 0.26 157.81 0.36 0.6
Hex 74 BD A2 27 0 E 1A 9E 24 3C
Octal 164 275 242 47 0 16 32 236 44 74
Binary 1110100 10111101 10100010 100111 0 1110 11010 10011110 100100 111100

Color Harmonies of #74BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDA2

Black with #74BDA2

Text Example


Text Example

White with #74BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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