Html Css Color HEX #38797A Ming

📋 copy color: '#38797A'

red 56 ◦ green 121 ◦ blue 122

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

Shades of Ming #38797A

Tints of Ming #38797A

RGB

 RED value IS 56 (22.27% from 255) = 18.73%

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 18.73%
G = 40.47%
B = 40.8%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38797A (or 0x38797A) is known color: Ming. HEX triplet: 38, 79 and 7A. RGB value is (56,121,122). Sum of RGB (Red+Green+Blue) = 56+121+122=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #38797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38797A is #C78685. Grayscale: #656565. Windows color (decimal): -13076102 or 8026424. OLE color: 8026424.

HSL color Cylindrical-coordinate representation of color #38797A: hue angle of 180.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38797A is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 121 122 -
CMYK 0.54 0.01 0 0.52
HSL 180.91º 0.37% 0.35% -
HSV(B) 180.91º 0.54% 0.48% -
XYZ 11.98 15.92 20.85 -
YUV 101.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 56 121 122 0.54 0.01 0 0.52 180.91 0.37 0.35
Hex 38 79 7A 36 1 0 34 B5 25 23
Octal 70 171 172 66 1 0 64 265 45 43
Binary 111000 1111001 1111010 110110 1 0 110100 10110101 100101 100011

Color Harmonies of #38797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38797A

Black with #38797A

Text Example


Text Example

White with #38797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38797A; }

 p { color: rgb(56,121,122); }

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

background-color css

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

 a { background-color: rgb(56,121,122); }

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

border-color css

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

 span { border-color: rgb(56,121,122); }

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