Html Css Color HEX #30828F Scooter

📋 copy color: '#30828F'

red 48 ◦ green 130 ◦ blue 143

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

Shades of Scooter #30828F

Tints of Scooter #30828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 14.95%
G = 40.5%
B = 44.55%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30828F (or 0x30828F) is known color: Scooter. HEX triplet: 30, 82 and 8F. RGB value is (48,130,143). Sum of RGB (Red+Green+Blue) = 48+130+143=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #30828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30828F is #CF7D70. Grayscale: #6A6A6A. Windows color (decimal): -13598065 or 9404976. OLE color: 9404976.

HSL color Cylindrical-coordinate representation of color #30828F: hue angle of 188.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30828F is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 130 143 -
CMYK 0.66 0.09 0 0.44
HSL 188.21º 0.5% 0.37% -
HSV(B) 188.21º 0.66% 0.56% -
XYZ 14.16 18.58 28.83 -
YUV 106.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 48 130 143 0.66 0.09 0 0.44 188.21 0.5 0.37
Hex 30 82 8F 42 9 0 2C BC 32 25
Octal 60 202 217 102 11 0 54 274 62 45
Binary 110000 10000010 10001111 1000010 1001 0 101100 10111100 110010 100101

Color Harmonies of #30828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30828F

Black with #30828F

Text Example


Text Example

White with #30828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30828F; }

 p { color: rgb(48,130,143); }

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

background-color css

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

 a { background-color: rgb(48,130,143); }

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

border-color css

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

 span { border-color: rgb(48,130,143); }

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