Html Css Color HEX #30959C Scooter

📋 copy color: '#30959C'

red 48 ◦ green 149 ◦ blue 156

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

Shades of Scooter #30959C

Tints of Scooter #30959C

RGB

 RED value IS 48 (19.14% from 255) = 13.6%

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 13.6%
G = 42.21%
B = 44.19%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30959C (or 0x30959C) is known color: Scooter. HEX triplet: 30, 95 and 9C. RGB value is (48,149,156). Sum of RGB (Red+Green+Blue) = 48+149+156=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #30959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30959C is #CF6A63. Grayscale: #777777. Windows color (decimal): -13593188 or 10261808. OLE color: 10261808.

HSL color Cylindrical-coordinate representation of color #30959C: hue angle of 183.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30959C is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 149 156 -
CMYK 0.69 0.04 0 0.39
HSL 183.89º 0.53% 0.4% -
HSV(B) 183.89º 0.69% 0.61% -
XYZ 17.97 24.52 35.24 -
YUV 119.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 48 149 156 0.69 0.04 0 0.39 183.89 0.53 0.4
Hex 30 95 9C 45 4 0 27 B8 35 28
Octal 60 225 234 105 4 0 47 270 65 50
Binary 110000 10010101 10011100 1000101 100 0 100111 10111000 110101 101000

Color Harmonies of #30959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30959C

Black with #30959C

Text Example


Text Example

White with #30959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30959C; }

 p { color: rgb(48,149,156); }

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

background-color css

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

 a { background-color: rgb(48,149,156); }

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

border-color css

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

 span { border-color: rgb(48,149,156); }

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