Html Css Color HEX #248996 Scooter

📋 copy color: '#248996'

red 36 ◦ green 137 ◦ blue 150

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

Shades of Scooter #248996

Tints of Scooter #248996

RGB

 RED value IS 36 (14.45% from 255) = 11.15%

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 11.15%
G = 42.41%
B = 46.44%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248996 (or 0x248996) is known color: Scooter. HEX triplet: 24, 89 and 96. RGB value is (36,137,150). Sum of RGB (Red+Green+Blue) = 36+137+150=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #248996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248996 is #DB7669. Grayscale: #6C6C6C. Windows color (decimal): -14382698 or 9865508. OLE color: 9865508.

HSL color Cylindrical-coordinate representation of color #248996: hue angle of 186.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248996 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 137 150 -
CMYK 0.76 0.09 0 0.41
HSL 186.84º 0.61% 0.36% -
HSV(B) 186.84º 0.76% 0.59% -
XYZ 15.18 20.47 32 -
YUV 108.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 36 137 150 0.76 0.09 0 0.41 186.84 0.61 0.36
Hex 24 89 96 4C 9 0 29 BB 3D 24
Octal 44 211 226 114 11 0 51 273 75 44
Binary 100100 10001001 10010110 1001100 1001 0 101001 10111011 111101 100100

Color Harmonies of #248996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248996

Black with #248996

Text Example


Text Example

White with #248996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248996; }

 p { color: rgb(36,137,150); }

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

background-color css

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

 a { background-color: rgb(36,137,150); }

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

border-color css

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

 span { border-color: rgb(36,137,150); }

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