Html Css Color HEX #78B7B2 Gulf Stream

📋 copy color: '#78B7B2'

red 120 ◦ green 183 ◦ blue 178

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

Shades of Gulf Stream #78B7B2

Tints of Gulf Stream #78B7B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 24.95%
G = 38.05%
B = 37.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#78B7B2 (or 0x78B7B2) is known color: Gulf Stream. HEX triplet: 78, B7 and B2. RGB value is (120,183,178). Sum of RGB (Red+Green+Blue) = 120+183+178=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #78B7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B7B2 is #87484D. Grayscale: #A3A3A3. Windows color (decimal): -8865870 or 11712376. OLE color: 11712376.

HSL color Cylindrical-coordinate representation of color #78B7B2: hue angle of 175.24º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B7B2 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 183 178 -
CMYK 0.34 0 0.03 0.28
HSL 175.24º 0.3% 0.59% -
HSV(B) 175.24º 0.34% 0.72% -
XYZ 32.72 41.07 48.32 -
YUV 163.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 120 183 178 0.34 0 0.03 0.28 175.24 0.3 0.59
Hex 78 B7 B2 22 0 3 1C AF 1E 3B
Octal 170 267 262 42 0 3 34 257 36 73
Binary 1111000 10110111 10110010 100010 0 11 11100 10101111 11110 111011

Color Harmonies of #78B7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B7B2

Black with #78B7B2

Text Example


Text Example

White with #78B7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,183,178); }

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

background-color css

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

 a { background-color: rgb(120,183,178); }

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

border-color css

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

 span { border-color: rgb(120,183,178); }

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