Html Css Color HEX #39999D Scooter

📋 copy color: '#39999D'

red 57 ◦ green 153 ◦ blue 157

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

Shades of Scooter #39999D

Tints of Scooter #39999D

RGB

 RED value IS 57 (22.66% from 255) = 15.53%

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 15.53%
G = 41.69%
B = 42.78%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39999D (or 0x39999D) is known color: Scooter. HEX triplet: 39, 99 and 9D. RGB value is (57,153,157). Sum of RGB (Red+Green+Blue) = 57+153+157=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #39999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39999D is #C66662. Grayscale: #7C7C7C. Windows color (decimal): -13002339 or 10328377. OLE color: 10328377.

HSL color Cylindrical-coordinate representation of color #39999D: hue angle of 182.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39999D is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 153 157 -
CMYK 0.64 0.03 0 0.38
HSL 182.4º 0.47% 0.42% -
HSV(B) 182.4º 0.64% 0.62% -
XYZ 19.16 26.09 35.92 -
YUV 124.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 57 153 157 0.64 0.03 0 0.38 182.4 0.47 0.42
Hex 39 99 9D 40 3 0 26 B6 2F 2A
Octal 71 231 235 100 3 0 46 266 57 52
Binary 111001 10011001 10011101 1000000 11 0 100110 10110110 101111 101010

Color Harmonies of #39999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39999D

Black with #39999D

Text Example


Text Example

White with #39999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39999D; }

 p { color: rgb(57,153,157); }

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

background-color css

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

 a { background-color: rgb(57,153,157); }

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

border-color css

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

 span { border-color: rgb(57,153,157); }

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