Html Css Color HEX #368696 Scooter

📋 copy color: '#368696'

red 54 ◦ green 134 ◦ blue 150

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

Shades of Scooter #368696

Tints of Scooter #368696

RGB

 RED value IS 54 (21.48% from 255) = 15.98%

 GREEN value IS 134 (52.73% from 255) = 39.64%

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

R = 15.98%
G = 39.64%
B = 44.38%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#368696 (or 0x368696) is known color: Scooter. HEX triplet: 36, 86 and 96. RGB value is (54,134,150). Sum of RGB (Red+Green+Blue) = 54+134+150=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #368696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368696 is #C97969. Grayscale: #6F6F6F. Windows color (decimal): -13203818 or 9864758. OLE color: 9864758.

HSL color Cylindrical-coordinate representation of color #368696: hue angle of 190º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368696 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 134 150 -
CMYK 0.64 0.11 0 0.41
HSL 190º 0.47% 0.4% -
HSV(B) 190º 0.64% 0.59% -
XYZ 15.55 20.04 31.9 -
YUV 111.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 54 134 150 0.64 0.11 0 0.41 190 0.47 0.4
Hex 36 86 96 40 B 0 29 BE 2F 28
Octal 66 206 226 100 13 0 51 276 57 50
Binary 110110 10000110 10010110 1000000 1011 0 101001 10111110 101111 101000

Color Harmonies of #368696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368696

Black with #368696

Text Example


Text Example

White with #368696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368696; }

 p { color: rgb(54,134,150); }

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

background-color css

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

 a { background-color: rgb(54,134,150); }

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

border-color css

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

 span { border-color: rgb(54,134,150); }

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