Html Css Color HEX #338D96 Scooter

📋 copy color: '#338D96'

red 51 ◦ green 141 ◦ blue 150

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

Shades of Scooter #338D96

Tints of Scooter #338D96

RGB

 RED value IS 51 (20.31% from 255) = 14.91%

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

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 14.91%
G = 41.23%
B = 43.86%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#338D96 (or 0x338D96) is known color: Scooter. HEX triplet: 33, 8D and 96. RGB value is (51,141,150). Sum of RGB (Red+Green+Blue) = 51+141+150=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #338D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D96 is #CC7269. Grayscale: #727272. Windows color (decimal): -13398634 or 9866547. OLE color: 9866547.

HSL color Cylindrical-coordinate representation of color #338D96: hue angle of 185.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338D96 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 141 150 -
CMYK 0.66 0.06 0 0.41
HSL 185.45º 0.49% 0.39% -
HSV(B) 185.45º 0.66% 0.59% -
XYZ 16.4 21.96 32.23 -
YUV 115.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 51 141 150 0.66 0.06 0 0.41 185.45 0.49 0.39
Hex 33 8D 96 42 6 0 29 B9 31 27
Octal 63 215 226 102 6 0 51 271 61 47
Binary 110011 10001101 10010110 1000010 110 0 101001 10111001 110001 100111

Color Harmonies of #338D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338D96

Black with #338D96

Text Example


Text Example

White with #338D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338D96; }

 p { color: rgb(51,141,150); }

 H1.HeaderClassName
 {
   color: #338D96;
 }
 .AnyTagClassName
 {
   color: #338D96;
 }
</style>

background-color css

<style>
 a { background-color: #338D96; }

 a { background-color: rgb(51,141,150); }

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

border-color css

<style>
 span { border-color: #338D96; }

 span { border-color: rgb(51,141,150); }

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