Html Css Color HEX #308D98 Scooter

📋 copy color: '#308D98'

red 48 ◦ green 141 ◦ blue 152

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

Shades of Scooter #308D98

Tints of Scooter #308D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 14.08%
G = 41.35%
B = 44.57%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#308D98 (or 0x308D98) is known color: Scooter. HEX triplet: 30, 8D and 98. RGB value is (48,141,152). Sum of RGB (Red+Green+Blue) = 48+141+152=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #308D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D98 is #CF7267. Grayscale: #727272. Windows color (decimal): -13595240 or 9997616. OLE color: 9997616.

HSL color Cylindrical-coordinate representation of color #308D98: hue angle of 186.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308D98 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 141 152 -
CMYK 0.68 0.07 0 0.40
HSL 186.35º 0.52% 0.39% -
HSV(B) 186.35º 0.68% 0.6% -
XYZ 16.41 21.95 33.08 -
YUV 114.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 48 141 152 0.68 0.07 0 0.40 186.35 0.52 0.39
Hex 30 8D 98 44 7 0 28 BA 34 27
Octal 60 215 230 104 7 0 50 272 64 47
Binary 110000 10001101 10011000 1000100 111 0 101000 10111010 110100 100111

Color Harmonies of #308D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D98

Black with #308D98

Text Example


Text Example

White with #308D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D98; }

 p { color: rgb(48,141,152); }

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

background-color css

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

 a { background-color: rgb(48,141,152); }

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

border-color css

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

 span { border-color: rgb(48,141,152); }

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