#228999

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

Shades of Scooter #228999

Tints of Scooter #228999

Color information

#228999 (or 0x228999) is unknown color: approx Scooter. HEX triplet: 22, 89 and 99. RGB value is (34,137,153). Sum of RGB (Red+Green+Blue) = 34+137+153=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #228999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228999 is #DD7666. Grayscale: #6B6B6B. Windows color (decimal): -14513767 or 10062114. OLE color: 10062114.

HSL color Cylindrical-coordinate representation of color #228999: hue angle of 188.07º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228999 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB34137153-
CMYK0.780.1000.4
HSL188.07º63.64%36.67%-
HSV(B)188.07º77.78%60%-
XYZ15.3620.5333.29-
YUV108.03153.3875.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.49%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=10.49%
G=42.28%
B=47.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341371530.780.1000.4188.0763.6436.67
Hex2289994EA028bc4025
Octal422112311161205027410045
Binary1000101000100110011001100111010100101000101111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228999; }

 p { color: rgb(34,137,153); }

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

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

 a { background-color: rgb(34,137,153); }

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

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

 span { border-color: rgb(34,137,153); }

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