Html Css Color HEX #288C9B Scooter

📋 copy color: '#288C9B'

red 40 ◦ green 140 ◦ blue 155

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

Shades of Scooter #288C9B

Tints of Scooter #288C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 11.94%
G = 41.79%
B = 46.27%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#288C9B (or 0x288C9B) is known color: Scooter. HEX triplet: 28, 8C and 9B. RGB value is (40,140,155). Sum of RGB (Red+Green+Blue) = 40+140+155=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #288C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C9B is #D77364. Grayscale: #6F6F6F. Windows color (decimal): -14119781 or 10193960. OLE color: 10193960.

HSL color Cylindrical-coordinate representation of color #288C9B: hue angle of 187.83º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288C9B is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 140 155 -
CMYK 0.74 0.10 0 0.39
HSL 187.83º 0.59% 0.38% -
HSV(B) 187.83º 0.74% 0.61% -
XYZ 16.17 21.57 34.32 -
YUV 111.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 40 140 155 0.74 0.10 0 0.39 187.83 0.59 0.38
Hex 28 8C 9B 4A A 0 27 BC 3B 26
Octal 50 214 233 112 12 0 47 274 73 46
Binary 101000 10001100 10011011 1001010 1010 0 100111 10111100 111011 100110

Color Harmonies of #288C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C9B

Black with #288C9B

Text Example


Text Example

White with #288C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,155); }

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

background-color css

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

 a { background-color: rgb(40,140,155); }

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

border-color css

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

 span { border-color: rgb(40,140,155); }

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