#379D9F

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

Shades of Scooter #379D9F

Tints of Scooter #379D9F

Color information

#379D9F (or 0x379D9F) is unknown color: approx Scooter. HEX triplet: 37, 9D and 9F. RGB value is (55,157,159). Sum of RGB (Red+Green+Blue) = 55+157+159=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #379D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D9F is #C86260. Grayscale: #7E7E7E. Windows color (decimal): -13132385 or 10460471. OLE color: 10460471.

HSL color Cylindrical-coordinate representation of color #379D9F: hue angle of 181.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D9F is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55157159-
CMYK0.650.0100.38
HSL181.15º48.6%41.96%-
HSV(B)181.15º65.41%62.35%-
XYZ19.8927.4337.05-
YUV126.73146.2176.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=14.82%
G=42.32%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551571590.650.0100.38181.1548.641.96
Hex379D9F411026b5312a
Octal6723523710110462656152
Binary110111100111011001111110000011010011010110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379D9F; }

 p { color: rgb(55,157,159); }

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

<style>
 a { background-color: #379D9F; }

 a { background-color: rgb(55,157,159); }

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

<style>
 span { border-color: #379D9F; }

 span { border-color: rgb(55,157,159); }

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