#228B9A

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

Shades of Scooter #228B9A

Tints of Scooter #228B9A

Color information

#228B9A (or 0x228B9A) is unknown color: approx Scooter. HEX triplet: 22, 8B and 9A. RGB value is (34,139,154). Sum of RGB (Red+Green+Blue) = 34+139+154=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #228B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228B9A is #DD7465. Grayscale: #6D6D6D. Windows color (decimal): -14513254 or 10128162. OLE color: 10128162.

HSL color Cylindrical-coordinate representation of color #228B9A: hue angle of 187.5º 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 #228B9A is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB34139154-
CMYK0.780.1000.40
HSL187.5º63.83%36.86%-
HSV(B)187.5º77.92%60.39%-
XYZ15.7321.1433.82-
YUV109.31153.2174.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.40%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=10.40%
G=42.51%
B=47.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341391540.780.1000.40187.563.8336.86
Hex228B9A4EA028bc4025
Octal422132321161205027410045
Binary1000101000101110011010100111010100101000101111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228B9A; }

 p { color: rgb(34,139,154); }

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

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

 a { background-color: rgb(34,139,154); }

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

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

 span { border-color: rgb(34,139,154); }

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