Html Css Color HEX #2C889E Scooter

📋 copy color: '#2C889E'

red 44 ◦ green 136 ◦ blue 158

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

Shades of Scooter #2C889E

Tints of Scooter #2C889E

RGB

 RED value IS 44 (17.58% from 255) = 13.02%

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 13.02%
G = 40.24%
B = 46.75%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C889E (or 0x2C889E) is known color: Scooter. HEX triplet: 2C, 88 and 9E. RGB value is (44,136,158). Sum of RGB (Red+Green+Blue) = 44+136+158=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C889E is #D37761. Grayscale: #6E6E6E. Windows color (decimal): -13858658 or 10389548. OLE color: 10389548.

HSL color Cylindrical-coordinate representation of color #2C889E: hue angle of 191.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C889E is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 136 158 -
CMYK 0.72 0.14 0 0.38
HSL 191.58º 0.56% 0.4% -
HSV(B) 191.58º 0.72% 0.62% -
XYZ 16.01 20.61 35.48 -
YUV 111 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 44 136 158 0.72 0.14 0 0.38 191.58 0.56 0.4
Hex 2C 88 9E 48 E 0 26 C0 38 28
Octal 54 210 236 110 16 0 46 300 70 50
Binary 101100 10001000 10011110 1001000 1110 0 100110 11000000 111000 101000

Color Harmonies of #2C889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C889E

Black with #2C889E

Text Example


Text Example

White with #2C889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C889E; }

 p { color: rgb(44,136,158); }

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

background-color css

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

 a { background-color: rgb(44,136,158); }

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

border-color css

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

 span { border-color: rgb(44,136,158); }

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