Html Css Color HEX #378999 Scooter

📋 copy color: '#378999'

red 55 ◦ green 137 ◦ blue 153

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

Shades of Scooter #378999

Tints of Scooter #378999

RGB

 RED value IS 55 (21.88% from 255) = 15.94%

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 15.94%
G = 39.71%
B = 44.35%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378999 (or 0x378999) is known color: Scooter. HEX triplet: 37, 89 and 99. RGB value is (55,137,153). Sum of RGB (Red+Green+Blue) = 55+137+153=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #378999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378999 is #C87666. Grayscale: #727272. Windows color (decimal): -13137511 or 10062135. OLE color: 10062135.

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

Color convert

RGB 55 137 153 -
CMYK 0.64 0.10 0 0.4
HSL 189.8º 0.47% 0.41% -
HSV(B) 189.8º 0.64% 0.6% -
XYZ 16.27 21 33.33 -
YUV 114.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 55 137 153 0.64 0.10 0 0.4 189.8 0.47 0.41
Hex 37 89 99 40 A 0 28 BE 2F 29
Octal 67 211 231 100 12 0 50 276 57 51
Binary 110111 10001001 10011001 1000000 1010 0 101000 10111110 101111 101001

Color Harmonies of #378999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378999

Black with #378999

Text Example


Text Example

White with #378999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378999; }

 p { color: rgb(55,137,153); }

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

background-color css

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

 a { background-color: rgb(55,137,153); }

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

border-color css

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

 span { border-color: rgb(55,137,153); }

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