Html Css Color HEX #298C96 Scooter

📋 copy color: '#298C96'

red 41 ◦ green 140 ◦ blue 150

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

Shades of Scooter #298C96

Tints of Scooter #298C96

RGB

 RED value IS 41 (16.41% from 255) = 12.39%

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

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

R = 12.39%
G = 42.3%
B = 45.32%

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

#298C96 (or 0x298C96) is known color: Scooter. HEX triplet: 29, 8C and 96. RGB value is (41,140,150). Sum of RGB (Red+Green+Blue) = 41+140+150=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #298C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C96 is #D67369. Grayscale: #6F6F6F. Windows color (decimal): -14054250 or 9866281. OLE color: 9866281.

HSL color Cylindrical-coordinate representation of color #298C96: hue angle of 185.5º degrees, saturation: 0.57, 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 #298C96 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 140 150 -
CMYK 0.73 0.07 0 0.41
HSL 185.5º 0.57% 0.37% -
HSV(B) 185.5º 0.73% 0.59% -
XYZ 15.8 21.43 32.16 -
YUV 111.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 41 140 150 0.73 0.07 0 0.41 185.5 0.57 0.37
Hex 29 8C 96 49 7 0 29 BA 39 25
Octal 51 214 226 111 7 0 51 272 71 45
Binary 101001 10001100 10010110 1001001 111 0 101001 10111010 111001 100101

Color Harmonies of #298C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C96

Black with #298C96

Text Example


Text Example

White with #298C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298C96; }

 p { color: rgb(41,140,150); }

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

background-color css

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

 a { background-color: rgb(41,140,150); }

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

border-color css

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

 span { border-color: rgb(41,140,150); }

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