Html Css Color HEX #2C959E Scooter

📋 copy color: '#2C959E'

red 44 ◦ green 149 ◦ blue 158

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

Shades of Scooter #2C959E

Tints of Scooter #2C959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 12.54%
G = 42.45%
B = 45.01%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C959E (or 0x2C959E) is known color: Scooter. HEX triplet: 2C, 95 and 9E. RGB value is (44,149,158). Sum of RGB (Red+Green+Blue) = 44+149+158=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C959E is #D36A61. Grayscale: #767676. Windows color (decimal): -13855330 or 10392876. OLE color: 10392876.

HSL color Cylindrical-coordinate representation of color #2C959E: hue angle of 184.74º 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 #2C959E is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 149 158 -
CMYK 0.72 0.06 0 0.38
HSL 184.74º 0.56% 0.4% -
HSV(B) 184.74º 0.72% 0.62% -
XYZ 17.96 24.5 36.13 -
YUV 118.63 150.21 74.77 -
System Red Green Blue C M Y K H S L
Decimal 44 149 158 0.72 0.06 0 0.38 184.74 0.56 0.4
Hex 2C 95 9E 48 6 0 26 B9 38 28
Octal 54 225 236 110 6 0 46 271 70 50
Binary 101100 10010101 10011110 1001000 110 0 100110 10111001 111000 101000

Color Harmonies of #2C959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C959E

Black with #2C959E

Text Example


Text Example

White with #2C959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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