Html Css Color HEX #218999 Scooter

📋 copy color: '#218999'

red 33 ◦ green 137 ◦ blue 153

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

Shades of Scooter #218999

Tints of Scooter #218999

RGB

 RED value IS 33 (13.28% from 255) = 10.22%

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

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 10.22%
G = 42.41%
B = 47.37%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#218999 (or 0x218999) is known color: Scooter. HEX triplet: 21, 89 and 99. RGB value is (33,137,153). Sum of RGB (Red+Green+Blue) = 33+137+153=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #218999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218999 is #DE7666. Grayscale: #6B6B6B. Windows color (decimal): -14579303 or 10062113. OLE color: 10062113.

HSL color Cylindrical-coordinate representation of color #218999: hue angle of 188º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218999 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 137 153 -
CMYK 0.78 0.10 0 0.4
HSL 188º 0.65% 0.36% -
HSV(B) 188º 0.78% 0.6% -
XYZ 15.32 20.51 33.29 -
YUV 107.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 33 137 153 0.78 0.10 0 0.4 188 0.65 0.36
Hex 21 89 99 4E A 0 28 BC 41 24
Octal 41 211 231 116 12 0 50 274 101 44
Binary 100001 10001001 10011001 1001110 1010 0 101000 10111100 1000001 100100

Color Harmonies of #218999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218999

Black with #218999

Text Example


Text Example

White with #218999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218999; }

 p { color: rgb(33,137,153); }

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

background-color css

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

 a { background-color: rgb(33,137,153); }

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

border-color css

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

 span { border-color: rgb(33,137,153); }

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