Html Css Color HEX #78BDA2 Gulf Stream

📋 copy color: '#78BDA2'

red 120 ◦ green 189 ◦ blue 162

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

Shades of Gulf Stream #78BDA2

Tints of Gulf Stream #78BDA2

RGB

 RED value IS 120 (47.27% from 255) = 25.48%

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

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

R = 25.48%
G = 40.13%
B = 34.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#78BDA2 (or 0x78BDA2) is known color: Gulf Stream. HEX triplet: 78, BD and A2. RGB value is (120,189,162). Sum of RGB (Red+Green+Blue) = 120+189+162=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDA2 is #87425D. Grayscale: #A5A5A5. Windows color (decimal): -8864350 or 10665336. OLE color: 10665336.

HSL color Cylindrical-coordinate representation of color #78BDA2: hue angle of 156.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BDA2 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 189 162 -
CMYK 0.37 0 0.14 0.26
HSL 156.52º 0.34% 0.61% -
HSV(B) 156.52º 0.37% 0.74% -
XYZ 32.46 43 40.77 -
YUV 165.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 120 189 162 0.37 0 0.14 0.26 156.52 0.34 0.61
Hex 78 BD A2 25 0 E 1A 9D 22 3D
Octal 170 275 242 45 0 16 32 235 42 75
Binary 1111000 10111101 10100010 100101 0 1110 11010 10011101 100010 111101

Color Harmonies of #78BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDA2

Black with #78BDA2

Text Example


Text Example

White with #78BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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