Html Css Color HEX #298D98 Scooter

📋 copy color: '#298D98'

red 41 ◦ green 141 ◦ blue 152

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

Shades of Scooter #298D98

Tints of Scooter #298D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 12.28%
G = 42.22%
B = 45.51%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#298D98 (or 0x298D98) is known color: Scooter. HEX triplet: 29, 8D and 98. RGB value is (41,141,152). Sum of RGB (Red+Green+Blue) = 41+141+152=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #298D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D98 is #D67267. Grayscale: #707070. Windows color (decimal): -14053992 or 9997609. OLE color: 9997609.

HSL color Cylindrical-coordinate representation of color #298D98: hue angle of 185.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298D98 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 141 152 -
CMYK 0.73 0.07 0 0.40
HSL 185.95º 0.58% 0.38% -
HSV(B) 185.95º 0.73% 0.6% -
XYZ 16.11 21.79 33.06 -
YUV 112.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 41 141 152 0.73 0.07 0 0.40 185.95 0.58 0.38
Hex 29 8D 98 49 7 0 28 BA 3A 26
Octal 51 215 230 111 7 0 50 272 72 46
Binary 101001 10001101 10011000 1001001 111 0 101000 10111010 111010 100110

Color Harmonies of #298D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298D98

Black with #298D98

Text Example


Text Example

White with #298D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,141,152); }

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

background-color css

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

 a { background-color: rgb(41,141,152); }

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

border-color css

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

 span { border-color: rgb(41,141,152); }

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