Html Css Color HEX #248696 Scooter

📋 copy color: '#248696'

red 36 ◦ green 134 ◦ blue 150

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

Shades of Scooter #248696

Tints of Scooter #248696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

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

R = 11.25%
G = 41.88%
B = 46.88%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248696 (or 0x248696) is known color: Scooter. HEX triplet: 24, 86 and 96. RGB value is (36,134,150). Sum of RGB (Red+Green+Blue) = 36+134+150=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #248696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248696 is #DB7969. Grayscale: #6A6A6A. Windows color (decimal): -14383466 or 9864740. OLE color: 9864740.

HSL color Cylindrical-coordinate representation of color #248696: hue angle of 188.42º 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 #248696 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 134 150 -
CMYK 0.76 0.11 0 0.41
HSL 188.42º 0.61% 0.36% -
HSV(B) 188.42º 0.76% 0.59% -
XYZ 14.76 19.63 31.86 -
YUV 106.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 36 134 150 0.76 0.11 0 0.41 188.42 0.61 0.36
Hex 24 86 96 4C B 0 29 BC 3D 24
Octal 44 206 226 114 13 0 51 274 75 44
Binary 100100 10000110 10010110 1001100 1011 0 101001 10111100 111101 100100

Color Harmonies of #248696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248696

Black with #248696

Text Example


Text Example

White with #248696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248696; }

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

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

background-color css

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

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

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

border-color css

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

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

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