#278B96

Color #278B96 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #278B96

Tints of Scooter #278B96

Color information

#278B96 (or 0x278B96) is unknown color: approx Scooter. HEX triplet: 27, 8B and 96. RGB value is (39,139,150). Sum of RGB (Red+Green+Blue) = 39+139+150=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #278B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B96 is #D87469. Grayscale: #6E6E6E. Windows color (decimal): -14185578 or 9866023. OLE color: 9866023.

HSL color Cylindrical-coordinate representation of color #278B96: hue angle of 185.95º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278B96 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB39139150-
CMYK0.740.0700.41
HSL185.95º58.73%37.06%-
HSV(B)185.95º74%58.82%-
XYZ15.5721.132.11-
YUV110.35150.3777.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.89%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=11.89%
G=42.38%
B=45.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391391500.740.0700.41185.9558.7337.06
Hex278B964A7029ba3b25
Octal4721322611270512727345
Binary10011110001011100101101001010111010100110111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278B96; }

 p { color: rgb(39,139,150); }

 H1.HeaderClassName
 {
   color: #278B96;
 }
 .AnyTagClassName
 {
   color: #278B96;
 }
</style>
background-color css

<style>
 a { background-color: #278B96; }

 a { background-color: rgb(39,139,150); }

 div.DivClassName
 {
   background-color: #278B96;
 }
 .BgClassName
 {
   background-color: #278B96;
 }
</style>
border-color css

<style>
 span { border-color: #278B96; }

 span { border-color: rgb(39,139,150); }

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