#38999f

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

Shades of Scooter #38999F

Tints of Scooter #38999F

Color information

#38999F (or 0x38999F) is unknown color: approx Scooter. HEX triplet: 38, 99 and 9F. RGB value is (56,153,159). Sum of RGB (Red+Green+Blue) = 56+153+159=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #38999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38999F is #C76660. Grayscale: #7C7C7C. Windows color (decimal): -13067873 or 10459448. OLE color: 10459448.

HSL color Cylindrical-coordinate representation of color #38999F: hue angle of 183.5º degrees, saturation: 0.48, 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 #38999F is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56153159-
CMYK0.650.0400.38
HSL183.5º47.91%42.16%-
HSV(B)183.5º64.78%62.35%-
XYZ19.2826.1336.83-
YUV124.68147.3679.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=15.22%
G=41.58%
B=43.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561531590.650.0400.38183.547.9142.16
Hex38999F414026b7302a
Octal7023123710140462676052
Binary11100010011001100111111000001100010011010110111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38999f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38999f; }

 p { color: rgb(56,153,159); }

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

<style>
 a { background-color: #38999f; }

 a { background-color: rgb(56,153,159); }

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

<style>
 span { border-color: #38999f; }

 span { border-color: rgb(56,153,159); }

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