Html Css Color HEX #388F7F Lochinvar

📋 copy color: '#388F7F'

red 56 ◦ green 143 ◦ blue 127

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

Shades of Lochinvar #388F7F

Tints of Lochinvar #388F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 17.18%
G = 43.87%
B = 38.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#388F7F (or 0x388F7F) is known color: Lochinvar. HEX triplet: 38, 8F and 7F. RGB value is (56,143,127). Sum of RGB (Red+Green+Blue) = 56+143+127=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #388F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F7F is #C77080. Grayscale: #737373. Windows color (decimal): -13070465 or 8359736. OLE color: 8359736.

HSL color Cylindrical-coordinate representation of color #388F7F: hue angle of 168.97º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F7F is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 127 -
CMYK 0.61 0 0.11 0.44
HSL 168.97º 0.44% 0.39% -
HSV(B) 168.97º 0.61% 0.56% -
XYZ 15.28 22.02 23.52 -
YUV 115.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 56 143 127 0.61 0 0.11 0.44 168.97 0.44 0.39
Hex 38 8F 7F 3D 0 B 2C A9 2C 27
Octal 70 217 177 75 0 13 54 251 54 47
Binary 111000 10001111 1111111 111101 0 1011 101100 10101001 101100 100111

Color Harmonies of #388F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F7F

Black with #388F7F

Text Example


Text Example

White with #388F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388F7F; }

 p { color: rgb(56,143,127); }

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

background-color css

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

 a { background-color: rgb(56,143,127); }

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

border-color css

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

 span { border-color: rgb(56,143,127); }

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