Html Css Color HEX #288B96 Scooter

📋 copy color: '#288B96'

red 40 ◦ green 139 ◦ blue 150

#288B96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #288B96

Tints of Scooter #288B96

RGB

 RED value IS 40 (16.02% from 255) = 12.16%

 GREEN value IS 139 (54.69% from 255) = 42.25%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 12.16%
G = 42.25%
B = 45.59%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288B96 (or 0x288B96) is known color: Scooter. HEX triplet: 28, 8B and 96. RGB value is (40,139,150). Sum of RGB (Red+Green+Blue) = 40+139+150=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #288B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B96 is #D77469. Grayscale: #6E6E6E. Windows color (decimal): -14120042 or 9866024. OLE color: 9866024.

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

Color convert

RGB 40 139 150 -
CMYK 0.73 0.07 0 0.41
HSL 186º 0.58% 0.37% -
HSV(B) 186º 0.73% 0.59% -
XYZ 15.61 21.12 32.11 -
YUV 110.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 40 139 150 0.73 0.07 0 0.41 186 0.58 0.37
Hex 28 8B 96 49 7 0 29 BA 3A 25
Octal 50 213 226 111 7 0 51 272 72 45
Binary 101000 10001011 10010110 1001001 111 0 101001 10111010 111010 100101

Color Harmonies of #288B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B96

Black with #288B96

Text Example


Text Example

White with #288B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #288B96;
 }
 .AnyTagClassName
 {
   color: #288B96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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